mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 14:43:13 +02:00
- ChanMode +S/+c: reverse is now stripped/blocked as well, because it's
similar to color, and is just as annoying (..if not worse).
This commit is contained in:
@@ -1243,7 +1243,7 @@ char *_StripColors(unsigned char *text) {
|
||||
rgb = 1;
|
||||
nc = 0;
|
||||
}
|
||||
else
|
||||
else if (*text != '\026') /* (strip reverse too) */
|
||||
{
|
||||
new_str[i] = *text;
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user