diff options
| author | 2022-04-26 17:05:12 +0100 | |
|---|---|---|
| committer | 2022-04-26 17:09:31 +0100 | |
| commit | 4f58176bc2383aa48314f5f6da07b8cc57012d21 (patch) | |
| tree | c65653b27a1c44d6c3e4c461a5657178b11193d4 /src/modules/m_botmode.cpp | |
| parent | Only write to the pid file on boot. (diff) | |
| parent | Implement support for the IRCv3 bot tag. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_botmode.cpp')
| -rw-r--r-- | src/modules/m_botmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index 95100ae0f..476168300 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -48,7 +48,7 @@ public: { User* const user = msg.GetSourceUser(); if (user && user->IsModeSet(botmode)) - msg.AddTag("inspircd.org/bot", this, ""); + msg.AddTag("bot", this, ""); } bool ShouldSendTag(LocalUser* user, const ClientProtocol::MessageTagData& tagdata) override |
