]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/msg.h
Branch merge.
[irc/rqf/shadowircd.git] / include / msg.h
index 283eb9b2dc6f5b18c6076ffb52d11d13f4c831d6..80058cdb9316b88d027b9acb49a2b1e7eb9bf09f 100644 (file)
@@ -60,7 +60,7 @@ struct MessageEntry
 /* Message table structure */
 struct Message
 {
-       const char *cmd;
+       char *cmd;
        unsigned int count;     /* number of times command used */
        unsigned int rcount;    /* number of times command used by server */
        unsigned long bytes;    /* bytes received for this message */