summaryrefslogtreecommitdiff
path: root/include/modes/cmode_k.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_k.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_k.h')
-rw-r--r--include/modes/cmode_k.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modes/cmode_k.h b/include/modes/cmode_k.h
index 4c52e6443..64d30cb73 100644
--- a/include/modes/cmode_k.h
+++ b/include/modes/cmode_k.h
@@ -11,4 +11,6 @@ class ModeChannelKey : public ModeHandler
ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
ModePair ModeSet(userrec* source, userrec* dest, chanrec* channel, const std::string &parameter);
bool CheckTimeStamp(time_t theirs, time_t ours, const std::string &their_param, const std::string &our_param, chanrec* channel);
+ void RemoveMode(chanrec* channel);
+ void RemoveMode(userrec* user);
};