]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_l.h
Less CoreExport.. Too much of a good thing..
[user/henk/code/inspircd.git] / include / modes / cmode_l.h
index 06d53069a69cf6c9bca908e6f08de3a7cdf6cfc7..d83c4f1cf4ae411fef220b354610a8960752c263 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -20,8 +20,8 @@ class InspIRCd;
 class ModeChannelLimit : public ModeHandler
 {
  public:
-       ModeChannelLimit(InspIRCd* Instance);
+       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 CheckTimeStamp(time_t theirs, time_t ours, const std::string &their_param, const std::string &our_param, Channel* channel);
+       bool ResolveModeConflict(std::string &their_param, const std::string &our_param, Channel* channel);
 };