X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..3ea5fee7ededf856288148f63cdca633c072f7a1:/include/msg.h diff --git a/include/msg.h b/include/msg.h index 283eb9b..80058cd 100644 --- a/include/msg.h +++ b/include/msg.h @@ -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 */