summaryrefslogtreecommitdiff
path: root/modules/commands/os_sxline.cpp
diff options
context:
space:
mode:
authorPeGaSuS <droider.pc@gmail.com>2023-07-10 00:44:02 +0200
committerGitHub <noreply@github.com>2023-07-09 23:44:02 +0100
commite717ac0a89273b7eb50001b4374f3dda2934cd3a (patch)
tree79fd1b41bd571726e7df17dbc8592b621b3889bd /modules/commands/os_sxline.cpp
parent34ab54522e5000a26106c946506bbccfbf584b54 (diff)
Clarify that operserv/sqline can also match channel names.
Diffstat (limited to 'modules/commands/os_sxline.cpp')
-rw-r--r--modules/commands/os_sxline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_sxline.cpp b/modules/commands/os_sxline.cpp
index 78ae3d559..4918a1793 100644
--- a/modules/commands/os_sxline.cpp
+++ b/modules/commands/os_sxline.cpp
@@ -676,7 +676,7 @@ class CommandOSSQLine : public CommandOSSXLineBase
"regular expression, the expression will be matched against\n"
"channels too."));
source.Reply(_(" \n"
- "\002SQLINE ADD\002 adds the given (nick's) mask to the SQLINE\n"
+ "\002SQLINE ADD\002 adds the given (nick/channel) mask to the SQLINE\n"
"list for the given reason (which \002must\002 be given).\n"
"\037expiry\037 is specified as an integer followed by one of \037d\037\n"
"(days), \037h\037 (hours), or \037m\037 (minutes). Combinations (such as\n"