summaryrefslogtreecommitdiff
path: root/include/modes/cmode_l.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-24 03:29:58 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-24 03:29:58 +0000
commitb868bb52c55fc902e0acab3c4a43576826817e85 (patch)
treeee67ec4b764846b9f43b064c9c4667ca70192e57 /include/modes/cmode_l.h
parentb16e16ac1bae4ac5494778b4b8a7009febb58137 (diff)
Get rid of ModePair
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11963 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modes/cmode_l.h')
-rw-r--r--include/modes/cmode_l.h1
1 files changed, 0 insertions, 1 deletions
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 &parameter, bool adding);
- ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string &parameter);
bool ResolveModeConflict(std::string &their_param, const std::string &our_param, Channel* channel);
};