summaryrefslogtreecommitdiff
path: root/src/plugins/trigger/trigger.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-25 21:22:36 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-25 21:22:36 +0200
commite579e8692936d232ded2fe07ff7aaf8b22b06a2d (patch)
tree5607d27731ff73ba934c0bb4d944b57afdbe4020 /src/plugins/trigger/trigger.c
parent47bffefc1c003a89006288b48d0e1be6040fa94b (diff)
downloadweechat-e579e8692936d232ded2fe07ff7aaf8b22b06a2d.zip
fset: shift plugins priority to insert fset plugin between buflist and fifo
Diffstat (limited to 'src/plugins/trigger/trigger.c')
-rw-r--r--src/plugins/trigger/trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/trigger/trigger.c b/src/plugins/trigger/trigger.c
index 4cd2e7272..b7183fca0 100644
--- a/src/plugins/trigger/trigger.c
+++ b/src/plugins/trigger/trigger.c
@@ -38,7 +38,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Text replacement and command execution on events
WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
-WEECHAT_PLUGIN_PRIORITY(11000);
+WEECHAT_PLUGIN_PRIORITY(12000);
struct t_weechat_plugin *weechat_trigger_plugin = NULL;