From a5bf1427c6ed9624e5a2cdb35681aa88e8f36c77 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Sat, 8 Mar 2008 19:36:58 -0500 Subject: [PATCH] Log accountinfos on others' accounts as staff commands. --- src/nickserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1