home *** CD-ROM | disk | FTP | other *** search
-
- Usage: /on <event> [DO] <command>
- Execute a line when an event occurs. DO is optional.
- All /on commands are saved with executing /pref save.
- Events are as follows:
-
- INVITE -- Execute a command when someone invites you
- to a channel.
- JOIN -- Execute a command when you enter a channel.
- TIME <time> -- Execute a command at a particular time.
- <time> is in hh:mm, or any wildcard.
- WHISPER -- Execute a command when someone whispers to
- you.
-
- Example:
- /on INVITE DO /whisper $inviter Be there in a sec...
- /on JOIN DO Hello everybody...
- /on TIME * DO /echo The time is $time.
- /on WHISPER DO /whisper $whisperer Yeap...
-
-