1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

Renamed PLUGIN_* macros and fixed bug in "IRC::add_message_handler" function

This commit is contained in:
Sebastien Helleu
2003-11-22 16:55:56 +00:00
parent 7779b2f78e
commit ba65f5ec30
8 changed files with 48 additions and 38 deletions
+4 -4
View File
@@ -23,10 +23,10 @@
#ifndef __WEECHAT_PLUGINS_H
#define __WEECHAT_PLUGINS_H 1
#define PLUGIN_UNKNOWN 0
#define PLUGIN_PERL 1
#define PLUGIN_PYTHON 2
#define PLUGIN_RUBY 3
#define PLUGIN_TYPE_UNKNOWN 0
#define PLUGIN_TYPE_PERL 1
#define PLUGIN_TYPE_PYTHON 2
#define PLUGIN_TYPE_RUBY 3
typedef struct t_plugin_handler t_plugin_handler;