https://github.com/f/ircbot
IRC Bot Framework
https://github.com/f/ircbot
Last synced: 11 months ago
JSON representation
IRC Bot Framework
- Host: GitHub
- URL: https://github.com/f/ircbot
- Owner: f
- License: unlicense
- Created: 2011-03-14T17:54:07.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-09-25T13:58:06.000Z (almost 13 years ago)
- Last Synced: 2025-02-01T07:23:06.281Z (over 1 year ago)
- Language: PHP
- Size: 118 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IRCBot: PHP IRC Bot Framework
[](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 :)