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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user