$prefixemote » History » Version 2
Per Amundsen, 08/24/2015 01:15 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.7_ |
|---|---|---|---|
| 2 | |||
| 3 | *$prefixemote* |
||
| 4 | |||
| 5 | Returns the emote message prefix format from [[Options_Dialog|Options]] -> [[Options_Messages|Messages]]. |
||
| 6 | 2 | Per Amundsen | |
| 7 | ----------------------------------------------------------------------------- |
||
| 8 | |||
| 9 | *$prefixemote(channel, nick, [prefix])* |
||
| 10 | |||
| 11 | Replaces and formats emote message prefix from [[Options_Dialog|Options]] -> [[Options_Messages|Messages]]. |
||
| 12 | |||
| 13 | *Parameters* |
||
| 14 | |||
| 15 | channel - Channel where the nick is. |
||
| 16 | nick - The nick to lookup. |
||
| 17 | [prefix] - A custom channelnick prefix. (optional) |
||
| 18 | |||
| 19 | *Example* |
||
| 20 | |||
| 21 | <pre> |
||
| 22 | ; Format your own nick on current channel. |
||
| 23 | //echo -ag $prefixemote(#, $me) |
||
| 24 | </pre> |