Disallow mIRC italics in channel names when disable_fake_channels

This commit is contained in:
Stephen Bennett 2011-03-30 11:30:47 +01:00
parent 8d5df4cb82
commit f970f73c68
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,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,