mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 00:03:12 +02:00
Added macros for name/description/author/version/license of plugins
This commit is contained in:
@@ -27,6 +27,13 @@
|
||||
#include "weechat-trigger-libirc.h"
|
||||
#include "weechat-trigger-libc.h"
|
||||
|
||||
|
||||
WEECHAT_PLUGIN_NAME("trigger");
|
||||
WEECHAT_PLUGIN_DESCRIPTION("Trigger plugin for WeeChat");
|
||||
WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>");
|
||||
WEECHAT_PLUGIN_VERSION("0.1");
|
||||
WEECHAT_PLUGIN_LICENSE("GPL");
|
||||
|
||||
t_weechat_trigger *weechat_trigger_list = NULL;
|
||||
t_weechat_trigger *weechat_trigger_last = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user