From 26e4582c2ebaa82b63ba1d85d52be7b69d1f468d Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 2 Sep 2006 17:40:33 +0000 Subject: 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 --- include/modes/cmode_o.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/modes/cmode_o.h') diff --git a/include/modes/cmode_o.h b/include/modes/cmode_o.h index 3fe097ec3..5690221e0 100644 --- a/include/modes/cmode_o.h +++ b/include/modes/cmode_o.h @@ -15,5 +15,7 @@ class ModeChannelOp : public ModeHandler std::string DelOp(userrec *user,const char *dest,chanrec *chan,int status); ModePair ModeSet(userrec* source, userrec* dest, chanrec* channel, const std::string ¶meter); unsigned int GetPrefixRank(); + void RemoveMode(chanrec* channel); + void RemoveMode(userrec* user); }; -- cgit v1.2.3