summaryrefslogtreecommitdiff
path: root/include/modes/cmode_h.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_h.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_h.h')
-rw-r--r--include/modes/cmode_h.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modes/cmode_h.h b/include/modes/cmode_h.h
index 277d89625..d71896a1e 100644
--- a/include/modes/cmode_h.h
+++ b/include/modes/cmode_h.h
@@ -15,5 +15,7 @@ class ModeChannelHalfOp : public ModeHandler
std::string DelHalfOp(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(chanrec* channel);
+ void RemoveMode(userrec* user);
};