diff options
| author | 2016-02-25 16:27:30 +0100 | |
|---|---|---|
| committer | 2016-02-25 16:27:30 +0100 | |
| commit | 0c42bcde16c3141ccd4bb8c5f7b22d65cc8e1909 (patch) | |
| tree | f80ce6d1bd6346c9d9b4daa5350e6703e2738808 /src/modules/m_botmode.cpp | |
| parent | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... (diff) | |
Convert WhoisContext::SendLine() calls to pass the parameters of the numeric as method parameters
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 419af0153..e0236bc17 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -48,7 +48,7 @@ class ModuleBotMode : public Module, public Whois::EventListener { if (whois.GetTarget()->IsModeSet(bm)) { - whois.SendLine(335, ":is a bot on " + ServerInstance->Config->Network); + whois.SendLine(335, "is a bot on " + ServerInstance->Config->Network); } } }; |
