summaryrefslogtreecommitdiff
path: root/include/modes/cmode_v.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-02 17:40:33 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-02 17:40:33 +0000
commit26e4582c2ebaa82b63ba1d85d52be7b69d1f468d (patch)
tree0d937b05476ff0d1651eb3306be25d1dfca5546d /include/modes/cmode_v.h
parente7c31868d1787071a063c31eae0a8de5389a9419 (diff)
Actually make +ovhk removable with DelMode (just in case somebody wants to, or we have need to in the future)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5112 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modes/cmode_v.h')
-rw-r--r--include/modes/cmode_v.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modes/cmode_v.h b/include/modes/cmode_v.h
index b7e9b800e..ef90a3781 100644
--- a/include/modes/cmode_v.h
+++ b/include/modes/cmode_v.h
@@ -15,5 +15,7 @@ class ModeChannelVoice : public ModeHandler
std::string DelVoice(userrec *user,const char *dest,chanrec *chan,int status);
ModePair ModeSet(userrec* source, userrec* dest, chanrec* channel, const std::string &parameter);
unsigned int GetPrefixRank();
+ void RemoveMode(userrec* user);
+ void RemoveMode(chanrec* channel);
};