From db5610a5640749ab7dafab82c1ef1553f3d78615 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 9 Dec 2018 06:43:55 +0000 Subject: Use consistent numerics when a mode already exists or doesn't exist. --- src/modules/m_exemptchanops.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/modules/m_exemptchanops.cpp') diff --git a/src/modules/m_exemptchanops.cpp b/src/modules/m_exemptchanops.cpp index 411d0dd15..058a16e6c 100644 --- a/src/modules/m_exemptchanops.cpp +++ b/src/modules/m_exemptchanops.cpp @@ -51,16 +51,6 @@ class ExemptChanOps : public ListModeBase return true; } - - void TellAlreadyOnList(User* user, Channel* chan, std::string& word) CXX11_OVERRIDE - { - user->WriteNumeric(957, chan->name, InspIRCd::Format("The word %s is already on the exemptchanops list", word.c_str())); - } - - void TellNotSet(User* user, Channel* chan, std::string& word) CXX11_OVERRIDE - { - user->WriteNumeric(958, chan->name, "No such exemptchanops word is set"); - } }; class ExemptHandler : public CheckExemption::EventListener -- cgit v1.3.1-10-gc9f91