]> jfr.im git - irc/quakenet/newserv.git/blobdiff - helpmod2/hhooks.c
Sigh, used the name handle_signals for two different functions with an interesting...
[irc/quakenet/newserv.git] / helpmod2 / hhooks.c
index a2ecf5bf17918f87cd0997ed0a0463aee71cdc81..1324435280ed80b43c9e9926c4c5b1f108b9df4c 100644 (file)
@@ -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 */