- or download this
my @masters = ("John","Paul","George","Ringo");
- or download this
sub is_master
{
...
return 0;
}
}
- or download this
sub do_command
{
...
undo_ignore($conn,$event,$p1);
}
}
- or download this
sub do_help
{
...
$conn->privmsg($nick, "-------------------------------------------
+-----------------");
$conn->privmsg($nick, "Fim do help.");
}