##
open(INF,"test.irc");
@ary=;
close(INF);
foreach $line (@ary) {
chomp($line);
($txt_cmd,$txt_me,$txt_chan)=split(/\|/,$line);
if ($text eq $txt_cmd){
$conn->me($conn->{channel},"$txt_me");
$conn->privmsg($conn->{channel}, "$txt_chan");
}
}
## ##
[00:13] !beer
[00:13] * Curolina give to $nick one beer
[00:13] cheers $nick
## ##
[00:13] !beer
[00:13] * Curolina give to boilera one beer
[00:13] cheers boilera