- or download this
=39= $_[KERNEL]->yield("heartbeat"); # start heartbeat
- or download this
my %FOLLOWS = (
ACCESS => "/var/log/messages",
...
$irc->yield(privmsg => $channel, "I am online and responding t
+o commands");
}
}
- or download this
#!/usr/bin/perl
use 5.010;
...
$irc->yield(privmsg => $channel, "I am online and responding t
+o commands");
}
}