diff options
Diffstat (limited to 'modules/core/ns_access.cpp')
-rw-r--r-- | modules/core/ns_access.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_access.cpp b/modules/core/ns_access.cpp index 45265a6fd..96aa0e137 100644 --- a/modules/core/ns_access.cpp +++ b/modules/core/ns_access.cpp @@ -172,7 +172,7 @@ class CommandNSAccess : public Command " Reverses the previous command.\n" " \n" " \002ACCESS LIST\002\n" - " Displays the current access list."), ChanServ->nick.c_str()); + " Displays the current access list."), NickServ->nick.c_str(), NickServ->nick.c_str()); return true; } |