]> jfr.im git - solanum.git/blobdiff - ircd/match.c
match: allow the CharAttrs table to be modified at runtime
[solanum.git] / ircd / match.c
index 165baeabc083c59d90b0033e7127bf8b76d2591f..64389232997593bcde53fc2fb23aa5818686d207 100644 (file)
@@ -670,7 +670,7 @@ const unsigned char irctoupper_tab[] = {
  * NOTE: RFC 1459 sez: anything but a ^G, comma, or space is allowed
  * for channel names
  */
-const unsigned int CharAttrs[] = {
+unsigned int CharAttrs[] = {
 /* 0  */ CNTRL_C,
 /* 1  */ CNTRL_C | CHAN_C | NONEOS_C,
 /* 2  */ CNTRL_C | CHAN_C | FCHAN_C | NONEOS_C,