diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-28 20:27:08 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 13:27:32 +0200 |
commit | dccf605e6647f8ae1a075558384a521843760ed1 (patch) | |
tree | 8871ec3b6e57b313712c437dd03dbf5a85ff4952 /src/plugins/logger/logger.c | |
parent | b585ec09f89f7363652ed12d80148f79a48b713d (diff) | |
download | weechat-dccf605e6647f8ae1a075558384a521843760ed1.zip |
typing: add typing plugin
Diffstat (limited to 'src/plugins/logger/logger.c')
-rw-r--r-- | src/plugins/logger/logger.c | 2 |
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; |