X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/1af3dfb455dd78bb73326b9f4a2f2b869f671b54..e2527cba3979ffb1f5e9dfae3c8701f046ffee35:/helpmod2/hhooks.c?ds=sidebyside diff --git a/helpmod2/hhooks.c b/helpmod2/hhooks.c index a2ecf5bf..13244352 100644 --- a/helpmod2/hhooks.c +++ b/helpmod2/hhooks.c @@ -354,7 +354,7 @@ static void helpmod_hook_nick_account(int unused, void *args) static void helpmod_hook_server_newserver(int unused, void *args) { hchannel *hchan; - int numeric = (int)args; + long numeric = (long)args; server srv = serverlist[numeric]; /* check linkstate to prevent spam */