diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/people.pl | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/scripts/people.pl b/scripts/people.pl index 9823207..e35f578 100644 --- a/scripts/people.pl +++ b/scripts/people.pl @@ -11,7 +11,7 @@ unless ($@) {      import Crypt::PasswdMD5;  } -$VERSION = "1.7"; +$VERSION = "1.8";  %IRSSI =  (      authors     => "Marcin 'Qrczak' Kowalczyk, Johan 'ion' Kiviniemi", @@ -1427,6 +1427,7 @@ sub load_config() {      %user_flags = ();      %channel_flags = ();      %user_channel_flags = (); +    local $/ = "\n";      open CONFIG, $config or return;      while (<CONFIG>) {          chomp; | 
