Tcl Events

From ShoutIRC RadioBot Wiki
Jump to navigation Jump to search

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 vde

RadioBot main pages
Main PageInstallationChangelogCommandsPluginsFAQConfigurationCreditsRemote ClientBuilt-In VariablesMulti Sound Server ModeUsername Character Restrictions
Auto DJ Pages
Auto DJ Main PageWebRequest SystemSchedulerMP3 EncoderVoice SupportMySQL Plugin
RadioBot Programming vde

RadioBot Programming
Plugin APIRemote CommandsPlugin InitializationRadioBot DBChanging Command PermissionsShoutIRC Music Database
Lua Scripting
Lua PluginLua ScriptingLua Events