diff options
Diffstat (limited to 'modules/memoserv/ms_set.cpp')
-rw-r--r-- | modules/memoserv/ms_set.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/memoserv/ms_set.cpp b/modules/memoserv/ms_set.cpp index f1bd798af..fd0e7a0f4 100644 --- a/modules/memoserv/ms_set.cpp +++ b/modules/memoserv/ms_set.cpp @@ -269,19 +269,19 @@ public: "Syntax: \002LIMIT [\037user\037 | \037channel\037] {\037limit\037 | NONE} [HARD]\002" "\n\n" "Sets the maximum number of memos a user or channel is " - "allowed to have. Setting the limit to 0 prevents the user " + "allowed to have. Setting the limit to 0 prevents the user " "from receiving any memos; setting it to \002NONE\002 allows the " - "user to receive and keep as many memos as they want. If " + "user to receive and keep as many memos as they want. If " "you do not give a nickname or channel, your own limit is " "set." "\n\n" - "Adding \002HARD\002 prevents the user from changing the limit. Not " + "Adding \002HARD\002 prevents the user from changing the limit. Not " "adding \002HARD\002 has the opposite effect, allowing the user to " "change the limit (even if a previous limit was set with " "\002HARD\002)." "\n\n" "This use of the \002SET\032LIMIT\002 command is limited to \002Services " - "Operators\002. Other users may only enter a limit for themselves " + "Operators\002. Other users may only enter a limit for themselves " "or a channel on which they have such privileges, may not " "remove their limit, may not set a limit above %d, and may " "not set a hard limit." @@ -294,7 +294,7 @@ public: "\n\n" "Sets the maximum number of memos you (or the given channel) " "are allowed to have. If you set this to 0, no one will be " - "able to send any memos to you. However, you cannot set " + "able to send any memos to you. However, you cannot set " "this any higher than %d." ), max_memos); |