Add support to core help system for psuedo level 30
This commit is contained in:
parent
2cf008fa1e
commit
000f44296c
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ bot_cmd_help (ModUser* bot_ptr, User * u, char **av, int ac)
|
|||
/* If no parameter to help, generate main help text */
|
||||
if (ac < 3) {
|
||||
lowlevel = 0;
|
||||
curlevel = NS_ULEVEL_OPER;
|
||||
curlevel = 30;
|
||||
chanalert (bot_ptr->nick, "%s requested %s help", u->nick, bot_ptr->nick);
|
||||
nlog (LOG_NORMAL, LOG_MOD, "%s requested %s help", u->nick, bot_ptr->nick);
|
||||
prefmsg(u->nick, bot_ptr->nick, "The following commands can be used with %s:", bot_ptr->nick);
|
||||
|
|
Reference in a new issue