aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-08-02 09:27:08 +0100
committerGravatar Sadie Powell2025-08-02 09:27:08 +0100
commite220f172e9a3e517811c3e3a6480dc493d9b1b68 (patch)
tree70d2f2f25129030bce14c156a4f73cf0a12fdbb1 /src
parentFix link compatibility with earlier v4 releases. (diff)
Update the rline module description.
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_rline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_rline.cpp b/src/modules/m_rline.cpp
index 03645154f..a7c4d397b 100644
--- a/src/modules/m_rline.cpp
+++ b/src/modules/m_rline.cpp
@@ -230,7 +230,7 @@ private:
public:
ModuleRLine()
- : Module(VF_VENDOR | VF_COMMON, "Adds the /RLINE command which allows server operators to prevent users matching a nickname!username@hostname+realname regular expression from connecting to the server.")
+ : Module(VF_VENDOR | VF_COMMON, "Adds the /RLINE command which allows server operators to prevent users matching a \"nickname!username@hostname realname\" regular expression from connecting to the server.")
, Stats::EventListener(this)
, rxfactory(this)
, f(this, rxfactory)