]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setidle.cpp
TRE regex provider (the same engine used by Unreal 3.2)
[user/henk/code/inspircd.git] / src / modules / m_setidle.cpp
index 89e8c9a1798fdd9d39bd4141f54075e325bb95e8..91cfed9507e92c97b6ceba7ab3d7fc795d5fdaa4 100644 (file)
@@ -54,19 +54,19 @@ class ModuleSetIdle : public Module
        ModuleSetIdle(InspIRCd* Me)
                : Module(Me)
        {
-               
+
                mycommand = new CommandSetidle(ServerInstance);
                ServerInstance->AddCommand(mycommand);
 
        }
-       
+
        virtual ~ModuleSetIdle()
        {
        }
-       
+
        virtual Version GetVersion()
        {
-               return Version(1, 2, 0, 0, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version("$Id$", VF_VENDOR, API_VERSION);
        }
 };