public
Description: irc bot for collaborative tweeting, with a #sinatra twist.
Homepage:
Clone URL: git://github.com/ichverstehe/nancie.git
nancie /
name age message
file README Loading commit data...
file bot.rb
file config.yml.example
README
## Available commands:

In channel:
    nancie, tweet this: some interesting stuff
    nancie, follow frankieboy
    nancie, tag 1234 as foo bar
    nancie, show franky foo bar

In private:
    /msg nancie allow some_other_user

## Configuration
In config.yml:

    twitter:
      login: awesome
      password: something
    irc:
      nick: awesome_not
      nickserv: nickserv_password
      channel: awesome_channel
      server: irc.freenode.net
      port: 6667
    cheat:
      token: ...
    allowed:
    - user1
    - user2

## Extras
Nancie requires isaac >= 0.2.1