diff options
author | Adam <Adam@anope.org> | 2011-04-17 19:00:01 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-04-17 19:00:01 -0400 |
commit | 660e0c78ac9d37741ad8ef35f93f60ee0e150698 (patch) | |
tree | f37f569c81eac7c23e8400e99006e77ee55a6787 /modules/core/ns_access.cpp | |
parent | 0862de65778db85a43c7fd75f2b90b1e5db1031d (diff) |
Fixed /ns help access
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; } |