]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/hash.c
allow auto-oper on LOC too
[irc/evilnet/x3.git] / src / hash.c
index e26aaa32aebd39f46a5340debb17734da2a10f93..c45e5a387ae4be1e242843d0d0ad6e15e00e0266 100644 (file)
@@ -198,7 +198,7 @@ NickChange(struct userNode* user, const char *new_nick, int no_announce)
 }
 
 void
 }
 
 void
-SVSNickChange(struct userNode* bot, struct userNode* user, const char *new_nick)
+SVSNickChange(struct userNode* user, const char *new_nick)
 {
     char *old_nick;
     unsigned int nn;
 {
     char *old_nick;
     unsigned int nn;
@@ -253,7 +253,8 @@ call_account_func(struct userNode *user, const char *stamp)
 {
     /* We've received an account stamp for a user; notify
        NickServ, which registers the sole account_func
 {
     /* We've received an account stamp for a user; notify
        NickServ, which registers the sole account_func
-       right now.
+       right now.  TODO: This is a bug. This needs to register 
+       a proper list not just kill with each call!! -Rubin
 
        P10 Protocol violation if (user->modes & FLAGS_STAMPED) here.
     */
 
        P10 Protocol violation if (user->modes & FLAGS_STAMPED) here.
     */