mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 21:20:20 +00:00
Accept %I in text events
This commit is contained in:
@@ -4308,6 +4308,9 @@ check_special_chars (char *cmd, int do_ascii) /* check for %X */
|
|||||||
case 'B':
|
case 'B':
|
||||||
buf[i] = '\002';
|
buf[i] = '\002';
|
||||||
break;
|
break;
|
||||||
|
case 'I':
|
||||||
|
buf[i] = '\035';
|
||||||
|
break;
|
||||||
case 'C':
|
case 'C':
|
||||||
buf[i] = '\003';
|
buf[i] = '\003';
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user