]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_pass.h
REMOTE STATS! WOOO AND YAY!
[user/henk/code/inspircd.git] / include / commands / cmd_pass.h
index 03c5ca7fc16412faec1cf7782c3bad6d4a426607..f2399f57c492663035dc9624f8d3dafc7373ef7c 100644 (file)
@@ -31,8 +31,8 @@
 class cmd_pass : public command_t
 {
  public:
-        cmd_pass () : command_t("PASS",0,1) { }
-        void Handle(char **parameters, int pcnt, userrec *user);
+        cmd_pass () : command_t("PASS",0,1) { syntax = "<password>"; }
+        void Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif