summaryrefslogtreecommitdiff
path: root/modules/commands/cs_unban.cpp
diff options
context:
space:
mode:
authorZantox <jyoerger10@msn.com>2014-06-25 02:09:43 -0400
committerZantox <jyoerger10@msn.com>2014-06-25 02:09:43 -0400
commit3bea089793ff80b756a63e7cca05947787dd0881 (patch)
tree18c72eaf7164233b386d72e53fbda7308e76aff6 /modules/commands/cs_unban.cpp
parent8fecad3039626feb3200a133355b754b7751a35b (diff)
Updated ChanServ Command English Language
Diffstat (limited to 'modules/commands/cs_unban.cpp')
-rw-r--r--modules/commands/cs_unban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_unban.cpp b/modules/commands/cs_unban.cpp
index 9fd6400a8..de727f8e7 100644
--- a/modules/commands/cs_unban.cpp
+++ b/modules/commands/cs_unban.cpp
@@ -106,7 +106,7 @@ class CommandCSUnban : public Command
"in are removed.\n"
" \n"
"By default, limited to AOPs or those with level 5 and above\n"
- "on the channel."), source.service->nick.c_str());
+ "access on the channel."), source.service->nick.c_str());
return true;
}
};