]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_connect.h
mass tidyup, change A LOT of stuff to const char** which was char** (such as paramete...
[user/henk/code/inspircd.git] / include / commands / cmd_connect.h
index a65000da4ebcce3dfc011b6e84eeda9e29a5c94b..979ba4a6af3c261632a2791d56cf4917bb51feb9 100644 (file)
@@ -25,7 +25,7 @@ class cmd_connect : public command_t
 {
  public:
         cmd_connect () : command_t("CONNECT",'o',1) { }
-        void Handle(char **parameters, int pcnt, userrec *user);
+        void Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif