1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 19:23:14 +02:00

Fixed /cs clone copying channel access, fixed restricted, and fixed some compiler warnings

This commit is contained in:
Adam
2011-08-02 05:07:59 -04:00
parent f690cd802e
commit 09f5591aba
7 changed files with 51 additions and 40 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ class CommandNSInfo : public Command
source.Reply(" ");
source.Reply(_("Displays information about the given nickname, such as\n"
"the nick's owner, last seen address and time, and nick\n"
"options. If no nick is given, an you are identified,\n"
"options. If no nick is given, and you are identified,\n"
"your account name is used, else your current nickname is\n"
"used."));