summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/commands/cs_entrymsg.cpp2
-rw-r--r--modules/commands/cs_info.cpp4
-rw-r--r--modules/commands/hs_list.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/modules/commands/cs_entrymsg.cpp b/modules/commands/cs_entrymsg.cpp
index da14456a5..6df6918da 100644
--- a/modules/commands/cs_entrymsg.cpp
+++ b/modules/commands/cs_entrymsg.cpp
@@ -244,7 +244,7 @@ class CommandEntryMessage : public Command
source.Reply(" ");
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"
+ "the channel. You can remove 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"
diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp
index f7ef0e72e..6405958b3 100644
--- a/modules/commands/cs_info.cpp
+++ b/modules/commands/cs_info.cpp
@@ -76,8 +76,8 @@ class CommandCSInfo : public Command
source.Reply(_("Lists information about the specified registered channel,\n"
"including its founder, time of registration, last\n"
"time used, and description. If the user issuing the\n"
- "command has the appropriate access for it, then the"
- "successor, last topic set, settings and expiration"
+ "command has the appropriate access for it, then the\n"
+ "successor, last topic set, settings and expiration\n"
"time will also be displayed when applicable."));
return true;
}
diff --git a/modules/commands/hs_list.cpp b/modules/commands/hs_list.cpp
index dfeb23bd2..cbdbb25ae 100644
--- a/modules/commands/hs_list.cpp
+++ b/modules/commands/hs_list.cpp
@@ -133,7 +133,7 @@ class CommandHSList : public Command
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("This command lists registered vhosts to the operator\n"
+ source.Reply(_("This command lists registered vhosts to the operator.\n"
"If a \037key\037 is specified, only entries whose nick or vhost match\n"
"the pattern given in \037key\037 are displayed e.g. Rob* for all\n"
"entries beginning with \"Rob\"\n"