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_helpop.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_helpop.cpp')
| -rw-r--r-- | src/modules/m_helpop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index f567aa076..95f69774b 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -145,7 +145,7 @@ class ModuleHelpop : public Module, public Whois::EventListener { if (whois.GetTarget()->IsModeSet(ho)) { - whois.SendLine(310, ":is available for help."); + whois.SendLine(310, "is available for help."); } } |
