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

api: change type of argument object_id in upgrade_new callback from string to integer (in scripts)

This commit is contained in:
Sébastien Helleu
2022-09-29 21:38:04 +02:00
parent b2b110f1a3
commit 92cdcee8f6
9 changed files with 37 additions and 35 deletions
+1
View File
@@ -41,6 +41,7 @@ Bug fixes::
* core: fix wrong terminal title on terminal resize (issue #1702)
* api: change type of argument remaining_calls in hook_timer callback from string to integer (in scripts)
* api: change type of argument object_id in upgrade_new callback from string to integer (in scripts)
* irc: fix duplicated channels in autojoin option when autojoin_dynamic is enabled (issue #1795)
* irc: fix display of TOPIC and QUIT messages with an empty trailing parameter (issue #1797)
* irc: fix parsing of messages with trailing spaces and no trailing parameter (issue #1803)