Skip to content

f/ircbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRCBot: PHP IRC Bot Framework

Clone ircbot in Koding

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 :)