Skip to content

Commit

Permalink
Readme changes, New items in TODO and good URL in the bot realname
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Bracco committed Jan 30, 2008
1 parent 330000b commit e036cdd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.txt
Expand Up @@ -5,18 +5,28 @@ irc_cat

Irc_Cat is a Ruby IRC bot, inspired by irccat from Last.FM.

You can send messages to IRC from a TCP/UDP socket or from HTTP.
You can send messages to IRC from a TCP socket or from HTTP.

= Configuration

http://irrcat.rubyforge.org/install.html

= How-to use

http://irrcat.rubyforge.org/use.html

= Authentication

= Extend

= Links

* Website: http://irccat.rubyforge.org/
* Project: http://rubyforge.org/projects/irccat
* Downloads: http://rubyforge.org/frs/?group_id=5423
* Bugs: http://rubyforge.org/tracker/?group_id=5423
* Repository: http://github.com/webs/irccat

----
Copyright (c) 2007 Jordan Bracco <jordan@lifeisdead.net>
Inspired by the irccat bot of Last.FM.
Expand Down
4 changes: 3 additions & 1 deletion TODO.txt
Expand Up @@ -5,4 +5,6 @@ TODO irc_cat
[ ] Support for IRC channel keys
[ ] Multi channels
[ ] Better code for TcpServer, HttpServer
[ ] Passwords (for sending)
[ ] Passwords (for sending)
[ ] Daemonize
[ ] Allow POST in HttpServer
2 changes: 1 addition & 1 deletion lib/irc_cat/bot.rb
Expand Up @@ -10,7 +10,7 @@ class Bot

# Initialize the bot with default values
def initialize(constructor = H.new)
@realname = 'irc_cat - http://traceback.fr/tags/irccat'
@realname = 'irccat - http://irccat.rubyforge.org/'
@refresh_rate = 10

constructor.each do |key, val|
Expand Down

0 comments on commit e036cdd

Please sign in to comment.