summaryrefslogtreecommitdiff
path: root/src/core/os_admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_admin.c')
-rw-r--r--src/core/os_admin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/os_admin.c b/src/core/os_admin.c
index 21593d7b7..06391e498 100644
--- a/src/core/os_admin.c
+++ b/src/core/os_admin.c
@@ -215,7 +215,6 @@ class CommandOSAdmin : public Command
public:
CommandOSAdmin() : Command("ADMIN", 1, 2)
{
- this->help_param1 = s_NickServ;
}
CommandReturn Execute(User *u, std::vector<std::string> &params)
@@ -237,7 +236,7 @@ class CommandOSAdmin : public Command
bool OnHelp(User *u, const std::string &subcommand)
{
- notice_lang(s_OperServ, u, OPER_HELP_ADMIN);
+ notice_help(s_OperServ, u, OPER_HELP_ADMIN, s_NickServ);
return true;
}