X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/0225bed3138ffde341da8e2fedd558831f27a73f..3898f97325dbed800d4b424e68a0c2858b8d8be7:/lua/lualocal.h?ds=sidebyside 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];