Help for this page

Select Code to Download


  1. or download this
    ~/bot/config
    ~/bot/data/
    ...
                   ping
                   rot13
                   ...
    
  2. or download this
    use Irssi;
    use lib 'module';
    ...
    Irssi::signal_add_last 'message private' => \&message;
    
    load '=init';
    
  3. or download this
    use Karma;
    
    ...
        }
        $global{karma} = Karma->new('data/karmadb');
    }
    
  4. 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 $_;