On CHGIAL » History » Version 1
Per Amundsen, 02/12/2023 06:17 PM
1 | 1 | Per Amundsen | _Added in 4.4_ |
---|---|---|---|
2 | |||
3 | *<notextile>on <level>:CHGHOST:<nick[,nick]>|<*>:<commands></notextile>* |
||
4 | |||
5 | Triggers when a users hostname or ident is changed. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | <level> - The [[User Access Level]] for the event to trigger. |
||
10 | <nick[,nick]>|<*> - Nicks(s) to listen to. |
||
11 | <commands> - The commands to be performed when the event listener's criteria is met. |
||
12 | |||
13 | *Example* |
||
14 | |||
15 | <pre> |
||
16 | on *:CHGHOST:*:echo -ag hostname or ident changed for $nick to $ial($nick) |
||
17 | </pre> |