diff options
Diffstat (limited to 'modules/core/os_help.cpp')
-rw-r--r-- | modules/core/os_help.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/core/os_help.cpp b/modules/core/os_help.cpp index 764443035..3bd047d72 100644 --- a/modules/core/os_help.cpp +++ b/modules/core/os_help.cpp @@ -35,7 +35,6 @@ class CommandOSHelp : public Command for (CommandMap::const_iterator it = operserv->Bot()->Commands.begin(), it_end = operserv->Bot()->Commands.end(); it != it_end; ++it) if (!Config->HidePrivilegedCommands || it->second->permission.empty() || u->HasCommand(it->second->permission)) it->second->OnServHelp(source); - source.Reply(_("\002Notice:\002 All commands sent to %s are logged!"), Config->s_OperServ.c_str()); } }; |