- or download this
~/bot/config
~/bot/data/
...
ping
rot13
...
- or download this
use Irssi;
use lib 'module';
...
Irssi::signal_add_last 'message private' => \&message;
load '=init';
- or download this
use Karma;
...
}
$global{karma} = Karma->new('data/karmadb');
}
- or download this
return say "Usage: $_{command} [--double] text"
if $_{msg} eq '' or $_{msg} eq '--help';
...
tr/A-Za-z/N-ZA-Mn-za-m/;
tr/\0-\x1F//d;
reply $_;