From 0376f1d8be09a242befe207be4fa9e809d098557 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 1 May 2008 19:56:16 +0000 Subject: Convert to SimpleUserModeHandler and SimpleChannelModeHandler git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9599 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modes/cmode_n.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/modes/cmode_n.h') diff --git a/include/modes/cmode_n.h b/include/modes/cmode_n.h index ccc967ed2..b623904f7 100644 --- a/include/modes/cmode_n.h +++ b/include/modes/cmode_n.h @@ -17,9 +17,8 @@ class InspIRCd; /** Channel mode +n */ -class ModeChannelNoExternal : public ModeHandler +class ModeChannelNoExternal : public SimpleChannelModeHandler { public: ModeChannelNoExternal(InspIRCd* Instance); - ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding, bool servermode); }; -- cgit v1.2.3