1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

Added macros for name/description/author/version/license of plugins

This commit is contained in:
Sebastien Helleu
2008-01-04 23:13:33 +01:00
parent fd7b2f4fab
commit 23273bf47a
16 changed files with 144 additions and 70 deletions
-8
View File
@@ -21,14 +21,6 @@
#ifndef __WEECHAT_TRIGGER_H
#define __WEECHAT_TRIGGER_H 1
#define _PLUGIN_NAME "trigger"
#define _PLUGIN_VERSION "0.1"
#define _PLUGIN_DESC "Trigger plugin for WeeChat"
char plugin_name[] = _PLUGIN_NAME;
char plugin_version[] = _PLUGIN_VERSION;
char plugin_description[] = _PLUGIN_DESC;
typedef struct t_weechat_trigger
{
char *pattern;