mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
fset: shift plugins priority to insert fset plugin between buflist and fifo
This commit is contained in:
@@ -37,7 +37,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Charset conversions"));
|
||||
WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>");
|
||||
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
|
||||
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
|
||||
WEECHAT_PLUGIN_PRIORITY(14000);
|
||||
WEECHAT_PLUGIN_PRIORITY(15000);
|
||||
|
||||
#define CHARSET_CONFIG_NAME "charset"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user