]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_callerid.cpp
m_auditorium Switch to SimpleChannelModeHandler
[user/henk/code/inspircd.git] / src / modules / m_callerid.cpp
index 33c87494658df60697cb37708005b215ba476134..1a2fd3a84eda764cfdfd8b12ea1bb9d760588176 100644 (file)
@@ -158,7 +158,7 @@ class CommandAccept : public Command
         */
        typedef std::pair<User*, bool> ACCEPTAction;
 
-       ACCEPTAction GetTargetAndAction(std::string& tok)
+       static ACCEPTAction GetTargetAndAction(std::string& tok)
        {
                bool remove = (tok[0] == '-');
                if ((remove) || (tok[0] == '+'))