Tcl Events
Here are the TCL Events and what parameters are sent with them.
on_unload No paramaters Sent when the plugin is unloading (typically as the bot is shutting down)
on_pm Parameters: hostmask nick ulevel netno message Sent when the bot receives a PM
on_text Parameters: hostmask nick ulevel netno channel message Sent when someone talks in a channel
on_notice_pm Parameters: hostmask nick ulevel netno message Sent when someone NOTICE'es the bot
on_notice_text Parameters: hostmask nick ulevel netno channel message Sent when someone NOTICE'es a channel
on_join Parameters: hostmask nick ulevel netno channel Sent when a user joins a channel
| RadioBot v • d • e
|
|---|
| RadioBot 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 |
| RadioBot Programming v • d • e
|
| RadioBot Programming |
| Plugin API • Remote Commands • Plugin Initialization • RadioBot DB • Changing Command Permissions • ShoutIRC Music Database |
| Lua Scripting |
| Lua Plugin • Lua Scripting • Lua Events |