$prefixemote » History » Revision 2
Revision 1 (Per Amundsen, 08/08/2015 03:15 AM) → Revision 2/7 (Per Amundsen, 08/24/2015 01:15 AM)
_Added in 1.9.7_
*$prefixemote*
Returns the emote message prefix format from [[Options_Dialog|Options]] -> [[Options_Messages|Messages]].
-----------------------------------------------------------------------------
*$prefixemote(channel, nick, [prefix])*
Replaces and formats emote message prefix from [[Options_Dialog|Options]] -> [[Options_Messages|Messages]].
*Parameters*
channel - Channel where the nick is.
nick - The nick to lookup.
[prefix] - A custom channelnick prefix. (optional)
*Example*
<pre>
; Format your own nick on current channel.
//echo -ag $prefixemote(#, $me)
</pre>