Disallow mIRC italics in channel names when disable_fake_channels
This commit is contained in:
parent
e6e54763d9
commit
94d86632dc
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ const unsigned int CharAttrs[] = {
|
|||
/* 26 */ CNTRL_C | CHAN_C | NONEOS_C,
|
||||
/* 27 */ CNTRL_C | CHAN_C | NONEOS_C,
|
||||
/* 28 */ CNTRL_C | CHAN_C | NONEOS_C,
|
||||
/* 29 */ CNTRL_C | CHAN_C | NONEOS_C,
|
||||
/* 29 */ CNTRL_C | CHAN_C | NONEOS_C | FCHAN_C,
|
||||
/* 30 */ CNTRL_C | CHAN_C | NONEOS_C,
|
||||
/* 31 */ CNTRL_C | CHAN_C | FCHAN_C | NONEOS_C,
|
||||
/* SP */ PRINT_C | SPACE_C,
|
||||
|
|
Loading…
Reference in a new issue