summaryrefslogtreecommitdiff
path: root/modules/global/gl_queue.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-16 00:04:30 +0100
committerSadie Powell <sadie@witchery.services>2025-04-16 00:04:30 +0100
commitce362854a39c35249f8d2c7bcf27e3d5f9aa9980 (patch)
tree6d4012d9579c2d56055d621768122cf5f3b658ba /modules/global/gl_queue.cpp
parenta883b616a1360ba74254661cbd39280404d1753a (diff)
Update as many messages as possible for automatic line wrapping.
Diffstat (limited to 'modules/global/gl_queue.cpp')
-rw-r--r--modules/global/gl_queue.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/modules/global/gl_queue.cpp b/modules/global/gl_queue.cpp
index 864176c01..a66fb6b4b 100644
--- a/modules/global/gl_queue.cpp
+++ b/modules/global/gl_queue.cpp
@@ -167,16 +167,16 @@ public:
this->SendSyntax(source);
source.Reply("");
source.Reply(_(
- "Allows queueing messages to send to users on the network.\n"
- "\n"
- "The \002QUEUE ADD\002 command adds the given message to the message queue."
- "\n"
- "The \002QUEUE CLEAR\002 command clears the message queue."
- "\n"
- "The \002QUEUE DEL\002 command removes the specified message from the message queue. The\n"
- "message number can be obtained from the output of the \002QUEUE LIST\002 command."
- "\n"
- "The \002QUEUE LIST\002 command lists all messages that are currently in the message queue."
+ "Allows queueing messages to send to users on the network."
+ "\n\n"
+ "The \002QUEUE\032ADD\002 command adds the given message to the message queue."
+ "\n\n"
+ "The \002QUEUE\032CLEAR\002 command clears the message queue."
+ "\n\n"
+ "The \002QUEUE\032DEL\002 command removes the specified message from the message queue. The "
+ "message number can be obtained from the output of the \002QUEUE\032LIST\002 command."
+ "\n\n"
+ "The \002QUEUE\032LIST\002 command lists all messages that are currently in the message queue."
));
return true;
}