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
Personal tools