Main Page
From NoxBot the modular PHP IRC bot
(Redirected from NoxBot the modular PHP IRC bot:About)
Contents |
What is NoxBot
NoxBot is a modular PHP IRC bot that uses the platform Independence of PHP. NoxBot is easy to use with the many commands you can tell the bot over IRC. With the many available modules NoxBot becomes a pleasure to work with. If NoxBot does not provide exactly what you needed then it can be easily implemented as a module. NoxBot tries to stay as RFC complaint as possible but with the many deviations in IRC servers this may be side stepped.
Design goals
- Cross platform
- Modular
- Easy to use
- Feature full
- Easy module development
- Mostly RFC compliant
Features
- Basic IRC operations (like joining a channel, connecting, quitting, etc)
- Authentication (Including privilege management).
- Module management (Loading and unloading of modules)
- Help system (For help with the various commands)
- Multiple language support (Currently only English and Dutch (Contributions are welcome))
- A unique storage system that completely separates modules from affecting each other.
- Timers (Can be used to do repeating tasks or delay a response from a command)
Download
You can download the bot here.

