Developer Info
From IRCBotWiki
(Redirected from IPC Messages)
Contents |
Developer's Corner
This section is for programmer's interested in writing plugins for IRCBot, integrating with IRCBot, etc.
Command Permissions
Changing Command Permissions with reperm.conf
IRCBot Plugins
All plugins are written in C/C++. It is expected you are familiar with basic C/C++ to write plugins.
These pages document the things you will need to know to make an IRCBot plugin:
- Plugin API - Doxygen generated documentation.
- Buffered Send
- Username Character Restrictions
IRCBot Remote Port Protocol
Ever wanted to make your own request system or DJ client? Find out here: Remote Commands.
IRCBot uses a very simple protocol that can (and has) been implemented in everything from C to PHP.
Other Pertinent Information
- ShoutIRC Streaming Meta Tags
- ShoutIRC Music Database (used by the Music Scanner to make song lists for DJ upload in WebRequest 2)
- RFC 1459
| IRCBot v • d • e
|
|---|
| IRCBot main pages |
| Main Page • Installation • Changelog • Commands • Plugins • FAQ • Configuration • Credits • Remote Client • Built-In Variables • Multi Sound Server Mode • Username Character Restrictions |
| Auto DJ Pages |
| Auto DJ Main Page • WebRequest System • Scheduler • MP3 Encoder • Voice Support • MySQL Plugin |
| IRCBot Programming v • d • e
|
| IRCBot Programming |
| Plugin API • Remote Commands • Plugin Initialization • IRCBot DB • Changing Command Permissions • ShoutIRC Music Database |