$parseem » History » Version 1
Per Amundsen, 09/06/2022 01:43 PM
| 1 | 1 | Per Amundsen | _Added in 4.3_ |
|---|---|---|---|
| 2 | |||
| 3 | *$parseem* |
||
| 4 | |||
| 5 | Returns [[$true]] during [[on PARSELINE]] events if "echo-message":https://ircv3.net/specs/extensions/echo-message is enabled and AdiIRC thinks this message is being echoed back to AdiIRC, otherwise [[$false]]. |
||
| 6 | |||
| 7 | |||
| 8 | *Example* |
||
| 9 | |||
| 10 | <pre> |
||
| 11 | on *:PARSELINE:in:*:echo -ag Message is $iif($parseem, being, not being) echoed back |
||
| 12 | </pre> |