]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_time.h
DO NOT USE THIS COMMIT - if you do, most of the modules wont work.
[user/henk/code/inspircd.git] / include / commands / cmd_time.h
index a75747a6e90537da386d5d89b695b8d3b8291135..32495c3e3d92aa5093ef62f204ee5da384c178d7 100644 (file)
 #include "users.h"
 #include "channels.h"
 
+/** Handle /TIME
+ */
 class cmd_time : public command_t
 {
  public:
         cmd_time (InspIRCd* Instance) : command_t(Instance,"TIME",0,0) { syntax = "[<servername>]"; }
-        void Handle(const char** parameters, int pcnt, userrec *user);
+        CmdResult Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif