line 130 in IRC.pm
$time = time();
gives me an error so I changed it to
$time = 'time()';
and all seems to be well
Logged In: NO
huh.. but that makes the var $time equal to word "time()"... i think
Log in to post a comment.
Logged In: NO
huh.. but that makes the var $time equal to word "time()"...
i think