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

bug.pl: return with .bug

parent 2b7dff1a
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ Irssi::signal_add 'event privmsg' => sub ($server, $data, $nick, $address) {
$src = undef;
}
url_process($src, $on_info, $nick, $text, 1);
return;
}
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