X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=xmlrtorrent.git;a=blobdiff_plain;f=xmlrtorrent.pl;fp=xmlrtorrent.pl;h=460d9b3feb5b46d0de416b7a427a876c5321e839;hp=c5ff36b72407eafdac90bba93854c2b55fee4b3d;hb=057142d9dfe31eb3163971ef1d5377d572e44b71;hpb=b6999fc920e65644059cd46ffb3d6502100ee067 diff --git a/xmlrtorrent.pl b/xmlrtorrent.pl index c5ff36b..460d9b3 100644 --- a/xmlrtorrent.pl +++ b/xmlrtorrent.pl @@ -263,7 +263,7 @@ sub cmd_set { return; } } - write_irssi(undef, 'No such module'); + write_irssi('No such module'); } sub cmd_show { @@ -428,7 +428,7 @@ sub init_xmlrtorrent { $talker = $p; } } - write_debug(undef, 'Selected %s as talker', $talker->{'NAME'}); + write_debug('Selected %s as talker', $talker->{'NAME'}); $conf->{'videosite'}->{'talker'} = $talker->{'NAME'};