1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

typing: add typing plugin

This commit is contained in:
Sébastien Helleu
2021-06-28 20:27:08 +02:00
parent b585ec09f8
commit dccf605e66
24 changed files with 972 additions and 20 deletions
+1 -1
View File
@@ -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(12000);
WEECHAT_PLUGIN_PRIORITY(13000);
struct t_weechat_plugin *weechat_trigger_plugin = NULL;