An open API service indexing awesome lists of open source software.

https://github.com/f/ircbot

IRC Bot Framework
https://github.com/f/ircbot

Last synced: 11 months ago
JSON representation

IRC Bot Framework

Awesome Lists containing this project

README

          

# IRCBot: PHP IRC Bot Framework

[![Clone ircbot in Koding](http://kbutton.org/clone.png?v1380117432582)](http://kbutton.org/f/ircbot)

## How it works?

You just have to run like the example below:


./irc.sh --host=<host> --port=<port> --channel=#<channel name> --attach=<bot name>

Then your bot logins and runs.

## How can I create a new IRC Bot?

Answer is so easy: Creating a new class extends IRC Bot class. And implement required methods.
And use IRC Bot API.

## Can I use Framework's Client class without IRC Bot?

Sure. You can use IRC Client class without attaching any Bot.

More details are coming soon :)