From b868bb52c55fc902e0acab3c4a43576826817e85 Mon Sep 17 00:00:00 2001 From: danieldg Date: Sat, 24 Oct 2009 03:29:58 +0000 Subject: Get rid of ModePair git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11963 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modes/cmode_l.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/modes/cmode_l.h') diff --git a/include/modes/cmode_l.h b/include/modes/cmode_l.h index d83c4f1cf..dc93396d7 100644 --- a/include/modes/cmode_l.h +++ b/include/modes/cmode_l.h @@ -22,6 +22,5 @@ class ModeChannelLimit : public ModeHandler public: ModeChannelLimit(); ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding); - ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string ¶meter); bool ResolveModeConflict(std::string &their_param, const std::string &our_param, Channel* channel); }; -- cgit v1.2.3