diff options
author | Adam <Adam@anope.org> | 2011-08-14 22:10:17 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-14 22:10:17 -0400 |
commit | f43287f43dfc605e2138ba3bc30a38d40ea2e1c5 (patch) | |
tree | 8a47eeddbfb59eef577dd9b23272bf2018c0d9c6 /modules/commands/cs_clone.cpp | |
parent | 2e7bd6498f03a290c6860ff34f3eefbd9790f919 (diff) |
Fixed grammar problem in cs_clone
Diffstat (limited to 'modules/commands/cs_clone.cpp')
-rw-r--r-- | modules/commands/cs_clone.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_clone.cpp b/modules/commands/cs_clone.cpp index 8f3d63349..b07c61923 100644 --- a/modules/commands/cs_clone.cpp +++ b/modules/commands/cs_clone.cpp @@ -170,8 +170,8 @@ public: this->SendSyntax(source); source.Reply(" "); source.Reply(_("Copies all settings, access, akicks, etc from channel to the\n" - "target channel. If \037what\037 is access, akick, or badwords is\n" - "specified then only the respective settings are transferred.\n" + "target channel. If \037what\037 is access, akick, or badwords\n" + "then only the respective settings are transferred.\n" "You must be the founder of \037channel\037 and \037target\037.")); return true; } |