aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_botmode.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-03-28 10:18:55 +0000
committerGravatar Sadie Powell2025-03-28 10:18:55 +0000
commit8009cd6b44556428a42ef67884ba4562eefef870 (patch)
tree93a9b8e759cce14a4cfbca01885208f69e812210 /src/modules/m_botmode.cpp
parentUpdate a docs link in the readme. (diff)
Update the description of the botmode module.
Diffstat (limited to 'src/modules/m_botmode.cpp')
-rw-r--r--src/modules/m_botmode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp
index c9cb2202e..e3f867722 100644
--- a/src/modules/m_botmode.cpp
+++ b/src/modules/m_botmode.cpp
@@ -62,7 +62,7 @@ private:
public:
ModuleBotMode()
- : Module(VF_VENDOR, "Adds user mode B (bot) which marks users with it set as bots in their /WHOIS response.")
+ : Module(VF_VENDOR, "Adds user mode B (bot) which marks users with it set as bots.")
, ISupport::EventListener(this)
, Who::EventListener(this)
, Whois::EventListener(this)