Tcl Events

From IRCBotWiki
Jump to: navigation, 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


IRCBot vde

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

IRCBot Programming
Plugin APIRemote CommandsPlugin InitializationIRCBot DBChanging Command PermissionsShoutIRC Music Database
Personal tools