diff options
author | Robby- <robby@chat.be> | 2014-06-26 22:17:51 +0200 |
---|---|---|
committer | Robby- <robby@chat.be> | 2014-06-26 22:17:51 +0200 |
commit | b0ec178e85c5fdc5ce803af17a5820b116fbe928 (patch) | |
tree | 70b93f74477fe86004d7e7af478331105f6acb91 /modules/commands/cs_entrymsg.cpp | |
parent | ff93355af851541e21218811eb46190a3eb070a3 (diff) | |
parent | f753a925ade9f3b3053b206e5cf5462d2be53b64 (diff) |
Merge pull request #84 from Zantox/2.0
Minor cs_unban Lang Update @Robby-
Updated HostServ Command English Language
Updated ChanServ Command English Language
Updated BotServ Command English Language
Diffstat (limited to 'modules/commands/cs_entrymsg.cpp')
-rw-r--r-- | modules/commands/cs_entrymsg.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/commands/cs_entrymsg.cpp b/modules/commands/cs_entrymsg.cpp index 4eec3e07d..da14456a5 100644 --- a/modules/commands/cs_entrymsg.cpp +++ b/modules/commands/cs_entrymsg.cpp @@ -239,19 +239,19 @@ class CommandEntryMessage : public Command source.Reply(_("Controls what messages will be sent to users when they join the channel.")); source.Reply(" "); source.Reply(_("The \002ENTRYMSG ADD\002 command adds the given message to\n" - "the list of messages to be shown to users when they join\n" + "the list of messages shown to users when they join\n" "the channel.")); source.Reply(" "); - source.Reply(_("The \002ENTRYMSG DEL\002 command removes the given message from\n" - "the list of messages to be shown to users when they join\n" - "the channel. You can remove the message by specifying its number\n" + source.Reply(_("The \002ENTRYMSG DEL\002 command removes the specified message from\n" + "the list of messages shown to users when they join\n" + "the channel. You can a message by specifying its number\n" "which you can get by listing the messages as explained below.")); source.Reply(" "); source.Reply(_("The \002ENTRYMSG LIST\002 command displays a listing of messages\n" - "to be shown to users when they join the channel.")); + "shown to users when they join the channel.")); source.Reply(" "); source.Reply(_("The \002ENTRYMSG CLEAR\002 command clears all entries from\n" - "the list of messages to be shown to users when they join\n" + "the list of messages shown to users when they join\n" "the channel, effectively disabling entry messages.")); return true; } |