summaryrefslogtreecommitdiff
path: root/modules/commands/os_session.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2013-09-29 19:47:35 +0200
committerAdam <Adam@anope.org>2013-09-29 15:42:22 -0400
commit47b692f9ae14b47556977a3e5e092e32945174e9 (patch)
treea69b4ce5eb71da31930756bf99cd7a4555c269b8 /modules/commands/os_session.cpp
parented06609ae1b100997981a3c91bcf46d7a31bc7bd (diff)
os_session: Add some empty lines to the session help command to improve readability.
Diffstat (limited to 'modules/commands/os_session.cpp')
-rw-r--r--modules/commands/os_session.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/commands/os_session.cpp b/modules/commands/os_session.cpp
index 790156a06..8ed2a5889 100644
--- a/modules/commands/os_session.cpp
+++ b/modules/commands/os_session.cpp
@@ -261,13 +261,16 @@ class CommandOSSession : public Command
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Allows Services Operators to view the session list.\n"
+ " \n"
"\002SESSION LIST\002 lists hosts with at least \037threshold\037 sessions.\n"
"The threshold must be a number greater than 1. This is to\n"
"prevent accidental listing of the large number of single\n"
"session hosts.\n"
+ " \n"
"\002SESSION VIEW\002 displays detailed information about a specific\n"
"host - including the current session count and session limit.\n"
"The \037host\037 value may not include wildcards.\n"
+ " \n"
"See the \002EXCEPTION\002 help for more information about session\n"
"limiting and how to set session limits specific to certain\n"
"hosts and groups thereof."));