1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

irc: add variables "user_max_length" and "host_max_length" in server structure (issue #1387)

This commit is contained in:
Sébastien Helleu
2019-08-04 14:10:14 +02:00
parent 4fa62a83f1
commit 0bf5a5ae9c
5 changed files with 81 additions and 0 deletions
+2
View File
@@ -201,6 +201,8 @@ struct t_irc_server
char *prefix_modes; /* prefix modes from msg 005 (eg "ohv") */
char *prefix_chars; /* prefix chars from msg 005 (eg "@%+") */
int nick_max_length; /* max length of nick (from msg 005) */
int user_max_length; /* max length of user (from msg 005) */
int host_max_length; /* max length of host (from msg 005) */
int casemapping; /* casemapping from msg 005 */
char *chantypes; /* chantypes from msg 005 (eg "&#") */
char *chanmodes; /* chanmodes from msg 005 */