NAME

Bot::Applebot - Arbiter of the word card-based game Apples to Apples

SYNOPSIS

1. Edit ~/.applebotrc (it's YAML)

---
server:   irc.foo.net
port:     6667
channels: ["#apples2apples"]
nick:     Applebot

# additional word files for you and yours, one per line
aux:
    adjectives: /home/you/.applebot/adjectives-ex.txt
    nouns: /home/home/.applebot/nouns-ex.txt

# turn off features you don't like
forbid:
    color: 0
    secret_adjectives: 0
    blank_adjectives: 0
    blank_nouns: 0
    floating_adjectives: 0

2. Run `applebot`

3. Pick good words

AUTHOR

Shawn M Moore, sartak@gmail.com

COPYRIGHT AND LICENSE

Copyright 2009 Shawn M Moore.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.