On mode: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
adding Albie's example as soon as its ready ;)
 
Doomie (talk | contribs)
No edit summary
Line 7: Line 7:


== Example ==
== Example ==
 
To reverse any changes a user makes to the channel, take a look at [[Undo_Modechanges|this script]].
== See Also ==
== See Also ==
To react on modes set by a server, take a look at the [[On_servermode|On servermode event]].
To react on modes set by a server, take a look at the [[On_servermode|On servermode event]].


[[Category:Events]]
[[Category:Events]]

Revision as of 16:11, 22 November 2005

The on MODE event triggers when a user changes a channel mode.

on <level>:MODE:<#[,#]>:<commands>

Note that it does only trigger when a channel mode is changed, not when a user mode is changed.

Remember, that you need to specify a limit to set +l and a key to set and unset +k, but you dont need to specify a limit to unset +l. For additional info, read raw 005.

Example

To reverse any changes a user makes to the channel, take a look at this script.

See Also

To react on modes set by a server, take a look at the On servermode event.