mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
Improved /set command, added /unset command, new name for config files (*.conf)
This commit is contained in:
@@ -34,7 +34,7 @@ WEECHAT_PLUGIN_DESCRIPTION("Trigger plugin for WeeChat");
|
||||
WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>");
|
||||
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
|
||||
WEECHAT_PLUGIN_WEECHAT_VERSION(WEECHAT_VERSION);
|
||||
WEECHAT_PLUGIN_LICENSE("GPL");
|
||||
WEECHAT_PLUGIN_LICENSE("GPL3");
|
||||
|
||||
t_weechat_trigger *weechat_trigger_list = NULL;
|
||||
t_weechat_trigger *weechat_trigger_last = NULL;
|
||||
|
||||
Reference in New Issue
Block a user