mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
tests: add unit tests on IRC functions irc_message_split* (issue #1387)
This commit is contained in:
@@ -1210,7 +1210,11 @@ end:
|
||||
if (!split_ok
|
||||
|| (weechat_hashtable_get_integer (hashtable, "items_count") == 0))
|
||||
{
|
||||
irc_message_split_add (hashtable, 1, tags, message, arguments);
|
||||
irc_message_split_add (hashtable,
|
||||
(message) ? 1 : 0,
|
||||
tags,
|
||||
message,
|
||||
arguments);
|
||||
}
|
||||
|
||||
if (tags)
|
||||
|
||||
Reference in New Issue
Block a user