diff options
-rw-r--r-- | modules/core/os_help.cpp | 1 | ||||
-rw-r--r-- | modules/core/os_main.cpp | 1 |
2 files changed, 0 insertions, 2 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()); } }; diff --git a/modules/core/os_main.cpp b/modules/core/os_main.cpp index 9f340fe7b..1c8203e8d 100644 --- a/modules/core/os_main.cpp +++ b/modules/core/os_main.cpp @@ -33,7 +33,6 @@ class OperServBotInfo : public BotInfo } else { - Log(OperServ) << u->nick << ": " << message; BotInfo::OnMessage(u, message); } } |