X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/0225bed3138ffde341da8e2fedd558831f27a73f..1151d736b86e4405ed9e0266dc5227a2ab9a5d66:/lua/lualocal.h diff --git a/lua/lualocal.h b/lua/lualocal.h index cd2196d2..2641c6d5 100644 --- a/lua/lualocal.h +++ b/lua/lualocal.h @@ -11,7 +11,7 @@ typedef struct lua_localnick { nick *nick; struct lua_localnick *next; - int handler; + long handler; void *reconnect; char nickname[NICKLEN + 1];