Skip to content
Snippets Groups Projects
Commit 0eb614fa authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

bug.pl: pass errors along, jeez

parent d657c14a
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ Irssi::signal_add 'event privmsg' => sub ($server, $data, $nick, $address) {
if ($target eq $src) {
$src = undef;
}
url_process($src, $on_info, $nick, $text);
url_process($src, $on_info, $nick, $text, $errors);
}
unless (grep { uc($target) eq uc($_)} @channels) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment