]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_t.h
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / include / modes / cmode_t.h
index 3a6d2e512d9a1f4362dcbafcbe030e42f55dc95f..6d0ce47778f5b09998c11c0883bdfceca54e47fa 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 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,6 +20,6 @@ class InspIRCd;
 class ModeChannelTopicOps : public ModeHandler
 {
  public:
-       ModeChannelTopicOps(InspIRCd* Instance);
-       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding, bool servermode);
+       ModeChannelTopicOps();
+       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
 };