From: Michael Poole Date: Sun, 9 Mar 2008 00:36:58 +0000 (-0500) Subject: Log accountinfos on others' accounts as staff commands. X-Git-Tag: v1.4.0-rc3~41 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=a5bf1427c6ed9624e5a2cdb35681aa88e8f36c77 Log accountinfos on others' accounts as staff commands. --- diff --git a/src/nickserv.c b/src/nickserv.c index 63a910e..88dcf87 100644 --- a/src/nickserv.c +++ b/src/nickserv.c @@ -1511,7 +1511,7 @@ static NICKSERV_FUNC(cmd_handleinfo) } } - return 1; + return 1 | ((hi != user->handle_info) ? CMD_LOG_STAFF : 0); } static NICKSERV_FUNC(cmd_userinfo)