mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
irc: remove extra space in CTCP ACTION message sent without arguments
Now when doing `/me` (without arguments), the message sent is: PRIVMSG #test :\x01ACTION\x01 instead of: PRIVMSG #test :\x01ACTION \x01
This commit is contained in:
@@ -92,6 +92,7 @@ Bug fixes::
|
||||
* irc: add missing tag "log3" in notify messages
|
||||
* irc: add missing tags "irc_cap" and "log3" in cap messages (client capability)
|
||||
* irc: fix split of CTCP message with no arguments
|
||||
* irc: remove extra space in CTCP ACTION message sent without arguments
|
||||
* lua: fix crash with print when the value to print is not a string (issue #1904, issue #1905)
|
||||
* ruby: fix crash on quit when a child process is still running (issue #1889, issue #1915)
|
||||
* script: remove trailing "J" (line feed char) in source of scripts displayed
|
||||
|
||||
Reference in New Issue
Block a user