Fix misapplied patches from the GameSurge branch.
[srvx.git] / src / nickserv.c
index dc6eeb7c9529190cddaaef4295c843e32f485e01..305cfad8df465972fb69364fe1946ce7e3569cb2 100644 (file)
@@ -1368,7 +1368,7 @@ static NICKSERV_FUNC(cmd_handleinfo)
         reply(type);
     }
 
-    if (oper_has_access(user, cmd->parent->bot, 0, 1) || IsSupport(user)) {
+    if (oper_has_access(user, cmd->parent->bot, 0, 1) || IsStaff(user)) {
         if (!hi->notes) {
             reply("NSMSG_HANDLEINFO_NO_NOTES");
         } else {