1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 14:16:38 +02:00

Bug #1288 - Fixed crash on /cs help access

This commit is contained in:
Adam
2011-07-27 19:17:21 -04:00
parent e2b47e001f
commit 6e032ded6e
+2 -3
View File
@@ -463,7 +463,7 @@ class CommandCSAccess : public Command
"access to %s commands on the channel. Different\n"
"user levels allow for access to different subsets of\n"
"privileges. Any nick not on the access list has\n"
"a user level of 0."));
"a user level of 0."), source.owner->nick.c_str());
source.Reply(" ");
source.Reply(_("The \002ACCESS ADD\002 command adds the given mask to the\n"
"access list with the given user level; if the mask is\n"
@@ -494,8 +494,7 @@ class CommandCSAccess : public Command
"to \002ACCESS LIST\002 but shows the creator and last used time.\n"
" \n"
"The \002ACCESS CLEAR\002 command clears all entries of the\n"
"access list."),
source.owner->nick.c_str());
"access list."));
source.Reply(_("\002User access levels\002\n"
" \n"
"By default, the following access levels are defined:\n"