diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-04 14:10:14 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-04 14:39:58 +0200 |
commit | 0bf5a5ae9cea41b6c85072b2f4592bc007cae817 (patch) | |
tree | a3826ac9e000232ccb9cd1f6ff657708e13ff868 /ChangeLog.adoc | |
parent | 4fa62a83f11c0fc3ae1d82f5ec72099ef6162686 (diff) | |
download | weechat-0bf5a5ae9cea41b6c85072b2f4592bc007cae817.zip |
irc: add variables "user_max_length" and "host_max_length" in server structure (issue #1387)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 490cea521..ca7443af2 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -25,6 +25,7 @@ New features:: * api: add argument "strip_items" in function string_split * buflist: add infolist "buflist" with list of buffer pointers (issue #1375) * exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (issue #1356) + * irc: add variables "user_max_length" and "host_max_length" in server structure (issue #1387) Bug fixes:: |