summaryrefslogtreecommitdiff
path: root/include/commands/cmd_pass.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_pass.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_pass.h')
-rw-r--r--include/commands/cmd_pass.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/commands/cmd_pass.h b/include/commands/cmd_pass.h
index ac6cd6abf..b6dbbac21 100644
--- a/include/commands/cmd_pass.h
+++ b/include/commands/cmd_pass.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.
*
* ---------------------------------------------------
*/
@@ -30,8 +30,8 @@
class cmd_pass : public command_t
{
public:
- cmd_pass (InspIRCd* Instance) : command_t(Instance,"PASS",0,1,true) { syntax = "<password>"; }
- CmdResult Handle(const char** parameters, int pcnt, userrec *user);
+ cmd_pass (InspIRCd* Instance) : command_t(Instance,"PASS",0,1,true) { syntax = "<password>"; }
+ CmdResult Handle(const char** parameters, int pcnt, userrec *user);
};
#endif