Skip to content

Instantly share code, notes, and snippets.

@Altreus
Altreus / test.pl
Last active August 29, 2015 14:03 — forked from vaskozl/test.pl
#!/usr/bin/perl
use warnings;
use strict;
package MyBot;
use base qw( Bot::BasicBot );
# the 'said' callback gets called when someone says something in
# earshot of the bot.
sub said {