summaryrefslogtreecommitdiff
path: root/include/commands/cmd_mode.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-19 18:08:57 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-19 18:08:57 +0000
commitd7324a55fab95b4f51672b701f2dd9cc0836abf8 (patch)
treec6a948bb962013300a7af5829542321119032443 /include/commands/cmd_mode.h
parent206e3b49c7bfe3e8a7ca972103fe9e30feb3a86a (diff)
Space indents must die.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7049 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands/cmd_mode.h')
-rw-r--r--include/commands/cmd_mode.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/commands/cmd_mode.h b/include/commands/cmd_mode.h
index 52d104d8f..a33301a34 100644
--- a/include/commands/cmd_mode.h
+++ b/include/commands/cmd_mode.h
@@ -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.
*
* ---------------------------------------------------
*/
@@ -26,8 +26,8 @@
class cmd_mode : public command_t
{
public:
- cmd_mode (InspIRCd* Instance) : command_t(Instance,"MODE",0,1) { syntax = "<target> <modes> {<mode-parameters>}"; }
- CmdResult Handle(const char** parameters, int pcnt, userrec *user);
+ cmd_mode (InspIRCd* Instance) : command_t(Instance,"MODE",0,1) { syntax = "<target> <modes> {<mode-parameters>}"; }
+ CmdResult Handle(const char** parameters, int pcnt, userrec *user);
};
#endif