]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_t.h
m_dnsbl updates
[user/henk/code/inspircd.git] / include / modes / cmode_t.h
index 631e337b32fab5da22bfc28f16a67ae6e6671474..5552c3523f3b0b2fecddb452988031d014628871 100644 (file)
@@ -1,12 +1,24 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
+ *
+ * This program is free but copyrighted software; see
+ *            the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
+
 #include "mode.h"
 
 class InspIRCd;
 
 /** Channel mode +t
  */
-class ModeChannelTopicOps : public ModeHandler
+class ModeChannelTopicOps : public SimpleChannelModeHandler
 {
  public:
-       ModeChannelTopicOps(InspIRCd* Instance);
-       ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
+       ModeChannelTopicOps();
 };