1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

alias: keep spaces at the end of /alias command arguments

This commit is contained in:
Sébastien Helleu
2025-02-15 23:36:53 +01:00
parent 9285afc3e2
commit c275f9d994
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_PLUGIN_ALIAS_COMMAND_H
#define WEECHAT_PLUGIN_ALIAS_COMMAND_H
#define ALIAS_COMMAND_KEEP_SPACES weechat_hook_set (ptr_hook, "keep_spaces_right", "1")
extern void alias_command_init ();
#endif /* WEECHAT_PLUGIN_ALIAS_COMMAND_H */