diff options
| author | Kevin Siml | 2017-03-31 15:30:51 +0200 |
|---|---|---|
| committer | GitHub | 2017-03-31 15:30:51 +0200 |
| commit | 6af0168ace353ff14d4191dce9723d8347e00827 (patch) | |
| tree | af9c12c170ca8a7982de273cc8daab4f29944340 | |
| parent | 8c259612ef8733c6607d0436d9cbf3ce2e82ccc4 (diff) | |
| download | scripts.irssi.org-6af0168ace353ff14d4191dce9723d8347e00827.tar.bz2 | |
Update pushsafer.pl
| -rw-r--r-- | scripts/pushsafer.pl | 2 |
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; |
