I think another script of mine was breaking it, so people.pl couldn't
load its own config file as it thought the whole thing was one massive
line.
import Crypt::PasswdMD5;
}
-$VERSION = "1.7";
+$VERSION = "1.8";
%IRSSI =
(
authors => "Marcin 'Qrczak' Kowalczyk, Johan 'ion' Kiviniemi",
%user_flags = ();
%channel_flags = ();
%user_channel_flags = ();
+ local $/ = "\n";
open CONFIG, $config or return;
while (<CONFIG>) {
chomp;