summaryrefslogtreecommitdiff
path: root/src/plugins/logger/logger.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-06-28 20:27:08 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-07-04 13:27:32 +0200
commitdccf605e6647f8ae1a075558384a521843760ed1 (patch)
tree8871ec3b6e57b313712c437dd03dbf5a85ff4952 /src/plugins/logger/logger.c
parentb585ec09f89f7363652ed12d80148f79a48b713d (diff)
downloadweechat-dccf605e6647f8ae1a075558384a521843760ed1.zip
typing: add typing plugin
Diffstat (limited to 'src/plugins/logger/logger.c')
-rw-r--r--src/plugins/logger/logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/logger/logger.c b/src/plugins/logger/logger.c
index fae9c17b3..fc0483967 100644
--- a/src/plugins/logger/logger.c
+++ b/src/plugins/logger/logger.c
@@ -47,7 +47,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Log buffers to files"));
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);
struct t_weechat_plugin *weechat_logger_plugin = NULL;