rewrote IRC cache parser to be (hopefully) more stable
[NeonServV5.git] / src / IRCParser.h
index cdf271448ef869e5441b557e0616b301b1c8c4c9..e9cd432ef5c6c34a8dcceb2a69a6c5ce6fbda951 100644 (file)
@@ -1,4 +1,4 @@
-/* IRCParser.h - NeonServ v5.3
+/* IRCParser.h - NeonServ v5.4
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -22,7 +22,7 @@
 struct ClientSocket;
 struct UserNode;
 
-#define IRC_CMD(NAME) int NAME(struct ClientSocket *client, UNUSED_ARG(const char *from), UNUSED_ARG(char **argv), UNUSED_ARG(unsigned int argc))
+#define IRC_CMD(NAME) int NAME(struct ClientSocket *client, UNUSED_ARG(char *from), UNUSED_ARG(char **argv), UNUSED_ARG(unsigned int argc))
 typedef IRC_CMD(irc_cmd_t);
 
 struct irc_cmd {