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

url_title4.pl: fix typo

parent a32469bc
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ sub url_process { ...@@ -60,7 +60,7 @@ sub url_process {
if ($filtering && grep { uc($target) eq uc($_) } @channels) { if ($filtering && grep { uc($target) eq uc($_) } @channels) {
my $filters = Irssi::settings_get_str('url_title_site_filters'); my $filters = Irssi::settings_get_str('url_title_site_filters');
if ($handler->filter($text, $filters)) { if ($handler->filters($text, $filters)) {
return; 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