mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
irc: keep spaces at the end of some command arguments
The following commands are now preserving trailing spaces in arguments received: action, allchan, allpv, allserv, away, ctcp, me, msg, notice, query, quote, saquit, squery, wallchops, wallops.
This commit is contained in:
@@ -53,6 +53,9 @@ struct t_irc_channel;
|
||||
return WEECHAT_RC_OK; \
|
||||
}
|
||||
|
||||
|
||||
#define IRC_COMMAND_KEEP_SPACES weechat_hook_set (ptr_hook, "keep_spaces_right", "1")
|
||||
|
||||
/*
|
||||
* list of supported capabilities
|
||||
* (enabled if supported by the server + completion in command /cap)
|
||||
|
||||
Reference in New Issue
Block a user