]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_alltime.cpp
More cleanup of quit servers
[user/henk/code/inspircd.git] / src / modules / m_alltime.cpp
index cfd95d014e904ba9f9ee30526b4f2a5c2fe15481..ba7b39421f1d01c9df2d0799a15e9360421e008d 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
  * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
@@ -40,7 +40,7 @@ class CommandAlltime : public Command
 
        RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters)
        {
-               return ROUTE_BROADCAST;
+               return ROUTE_OPT_BCAST;
        }
 };
 
@@ -61,7 +61,7 @@ class Modulealltime : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Display timestamps from all servers connected to the network", VF_COMMON | VF_VENDOR);
+               return Version("Display timestamps from all servers connected to the network", VF_OPTCOMMON | VF_VENDOR);
        }
 
 };