1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

irc: add field "utf8only" in IRC server structure

This commit is contained in:
Sébastien Helleu
2023-05-17 20:49:27 +02:00
parent 980b075ce9
commit 359ec5d2db
5 changed files with 50 additions and 18 deletions
+1
View File
@@ -248,6 +248,7 @@ struct t_irc_server
int host_max_length; /* max length of host (from msg 005) */
int casemapping; /* casemapping from msg 005 */
int utf8mapping; /* utf8mapping from msg 005 */
int utf8only; /* UTF-8 only? */
char *chantypes; /* chantypes from msg 005 (eg "&#") */
char *chanmodes; /* chanmodes from msg 005 */
/* (eg "beI,k,l,imnpstaqr") */