]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_rules.h
I think this fixes visual studio oddities
[user/henk/code/inspircd.git] / include / commands / cmd_rules.h
index f251d8ced49ab13768285672c01a88238cf458f4..fbdd4a10e5e25bf418b5e7a0b01998ab7d8018b8 100644 (file)
@@ -3,13 +3,13 @@
  *       +------------------------------------+
  *
  *  InspIRCd is copyright (C) 2002-2007 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *                <Craig@chatspike.net>
+ *                    E-mail:
+ *             <brain@chatspike.net>
+ *             <Craig@chatspike.net>
  *
  * Written by Craig Edwards, Craig McLure, and others.
  * This program is free but copyrighted software; see
- *            the file COPYING for details.
+ *         the file COPYING for details.
  *
  * ---------------------------------------------------
  */
@@ -30,8 +30,8 @@
 class cmd_rules : public command_t
 {
  public:
-        cmd_rules (InspIRCd* Instance) : command_t(Instance,"RULES",0,0) { syntax = "[<servername>]"; }
-        CmdResult Handle(const char** parameters, int pcnt, userrec *user);
+       cmd_rules (InspIRCd* Instance) : command_t(Instance,"RULES",0,0) { syntax = "[<servername>]"; }
+       CmdResult Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif