aboutsummaryrefslogtreecommitdiff
path: root/modules/botmode.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-11-24 01:50:45 +0000
committerGravatar Sadie Powell2024-11-24 01:50:45 +0000
commit803faa5f7a7b973a61878d7ec4ca9d0de43b980f (patch)
tree1da7b269cfbd10bbcc64d735dcc33fb251f2d473 /modules/botmode.cpp
parentMerge branch 'insp4' into master. (diff)
parentRevert "Speed up the Windows build with precompiled headers". (diff)
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/botmode.cpp')
-rw-r--r--modules/botmode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/botmode.cpp b/modules/botmode.cpp
index c2c1330ae..6db215886 100644
--- a/modules/botmode.cpp
+++ b/modules/botmode.cpp
@@ -112,7 +112,7 @@ public:
{
if (whois.GetTarget()->IsModeSet(bm))
{
- whois.SendLine(RPL_WHOISBOT, "is a bot on " + ServerInstance->Config->Network);
+ whois.SendLine(RPL_WHOISBOT, "is a bot");
}
}
};