1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

bug fix and code cleanup in plugins/scripts

This commit is contained in:
Emmanuel Bouthenot
2007-02-27 22:22:56 +00:00
parent 7758f02992
commit 158d2c9934
6 changed files with 4 additions and 10 deletions
+2 -2
View File
@@ -226,7 +226,7 @@ weechat_perl_exec (t_weechat_plugin *plugin,
if (ret_value == NULL && mem_err == 1)
{
plugin->print_server (plugin,
"Python error: unable to alloc memory in function \"%s\"",
"Perl error: unable to alloc memory in function \"%s\"",
function);
return NULL;
}
@@ -2290,7 +2290,7 @@ weechat_perl_cmd (t_weechat_plugin *plugin,
/* List Perl modifiers */
plugin->print_server (plugin, "");
plugin->print_server (plugin, "Python modifiers:");
plugin->print_server (plugin, "Perl modifiers:");
modifier_found = 0;
for (ptr_modifier = plugin->modifiers;
ptr_modifier; ptr_modifier = ptr_modifier->next_modifier)