From cf5501f69c4312fdfa9f73fd25a59c443f4413ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 15 Jan 2015 07:40:38 +0100 Subject: core: add priority in plugins to initialize them in order Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script. --- src/plugins/tcl/weechat-tcl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/tcl/weechat-tcl.c') diff --git a/src/plugins/tcl/weechat-tcl.c b/src/plugins/tcl/weechat-tcl.c index f40ebecb0..d72f18572 100644 --- a/src/plugins/tcl/weechat-tcl.c +++ b/src/plugins/tcl/weechat-tcl.c @@ -40,6 +40,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Support of tcl scripts")); WEECHAT_PLUGIN_AUTHOR("Dmitry Kobylin "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); +WEECHAT_PLUGIN_PRIORITY(3000); struct t_weechat_plugin *weechat_tcl_plugin = NULL; -- cgit v1.2.3