X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/b404335b5af3d430489a52fd927802d992aebe4e..50220e579db9eb8e9d5ade20154302ec750da8ab:/src/hash.c?ds=sidebyside diff --git a/src/hash.c b/src/hash.c index e26aaa3..c45e5a3 100644 --- a/src/hash.c +++ b/src/hash.c @@ -198,7 +198,7 @@ NickChange(struct userNode* user, const char *new_nick, int no_announce) } 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; @@ -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 - 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. */