Avoid appending a user to curr_opers or curr_helpers more than once.
authorMichael Poole <mdpoole@troilus.org>
Fri, 14 Dec 2007 03:32:13 +0000 (22:32 -0500)
committerMichael Poole <mdpoole@troilus.org>
Fri, 14 Dec 2007 03:32:13 +0000 (22:32 -0500)
hash.h (userList_contains): Declare new function.
hash.c (userList_contains): Implement it.
nickserv.c (set_user_handle_info): Use it to check against curr_helpers.
proto-p10.c (mod_usermode): Use it for curr_opers.


No differences found