]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_rpctest.cpp
Modify chanlog to send message remotely, too. Logging now works server <-> server...
[user/henk/code/inspircd.git] / src / modules / m_rpctest.cpp
index eef3f393940f83a5523412a482ec271256d72532..673955a0dceaf58cab23a48c3cd7452bf161a2c4 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -37,13 +37,9 @@ class ModuleRPCTest : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1, 1, 0, 0, VF_VENDOR, API_VERSION);
+               return Version(1, 2, 0, 0, VF_VENDOR, API_VERSION);
        }
        
-       void Implements(char *List)
-       {
-               List[I_OnEvent] = 1;
-       }
        
        virtual void OnEvent(Event *ev)
        {