1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

fset: shift plugins priority to insert fset plugin between buflist and fifo

This commit is contained in:
Sébastien Helleu
2017-06-25 21:22:36 +02:00
parent 47bffefc1c
commit e579e86929
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Fast set of WeeChat and plugins options"));
WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
WEECHAT_PLUGIN_PRIORITY(7500);
WEECHAT_PLUGIN_PRIORITY(8000);
struct t_weechat_plugin *weechat_fset_plugin = NULL;