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
+5 -1
View File
@@ -1026,8 +1026,12 @@ weechat_cmd_perl (int argc, char **argv)
gui_printf (NULL,
_("WeeChat was build without Perl support.\n"
"Please rebuild WeeChat with "
"\"--enable-perl\" option for ./configure script\n");
"\"--enable-perl\" option for ./configure script\n"));
/* make gcc happy */
(void) argc;
(void) argv;
#endif
return 0;
}