1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

buflist: load plugin after some other plugins by shifting plugins priority

This commit is contained in:
Sébastien Helleu
2017-03-04 22:24:49 +01:00
parent ce5dafa6dc
commit c18be9da21
13 changed files with 49 additions and 43 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Alias commands"));
WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
WEECHAT_PLUGIN_PRIORITY(8000);
WEECHAT_PLUGIN_PRIORITY(9000);
#define ALIAS_IS_ARG_NUMBER(number) ((number >= '1') && (number <= '9'))