summaryrefslogtreecommitdiffstats
path: root/scripts/pushsafer.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pushsafer.pl')
-rw-r--r--scripts/pushsafer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pushsafer.pl b/scripts/pushsafer.pl
index 0232e35..584f19c 100644
--- a/scripts/pushsafer.pl
+++ b/scripts/pushsafer.pl
@@ -257,7 +257,7 @@ sub write_file {
sub read_file {
read_settings();
my $fp;
- if (-e $pushsafer_ignorefile)
+ if (-e $pushsafer_ignorefile) {
if (!open($fp, "<", $pushsafer_ignorefile)) {
Irssi::print("Error opening ignore file", MSGLEVEL_CLIENTCRAP);
return;