1
0
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:
Bram Matthys
2007-12-30 11:27:06 +00:00
parent dd09869ef2
commit 10fd56d4e8
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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++;