From WikiChip
Difference between revisions of "mirc/on events/on topic"
< mirc‎ | on events

m (PatrolBot moved page On topic - mIRC to mirc/on events/on topic: per new naming convention)
m (bot: cat fixing naming)
Line 31: Line 31:
 
{{mIRC on event list}}
 
{{mIRC on event list}}
  
[[Category:MIRC on events|topic]]
+
[[Category:mIRC on events|topic]]

Revision as of 15:39, 21 August 2014

The ON TOPIC event triggers in a channel when the topic is changed.

This event fills $1- with the new channel topic text.

Synopsis

ON <level>:TOPIC:<#[,#]>:<commands>

Parameters

<level>The level for the event to trigger.

<#[,#]>The channel, or channels to target. Leave as # to target all channels.

<commands>The commands to be performed when the event listener's criteria is met.

Example

Send an action to a channel when the topic is changed:

ON *:TOPIC:#:action $chan approves of this new topic!

Compatibility

Added: mIRC v5.7
Added on: 02 Feb 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also