Project

General

Profile

Actions

$prefixemote » History » Revision 5

« Previous | Revision 5/7 (diff) | Next »
Per Amundsen, 02/24/2017 09:21 PM


Added in 1.9.7

$prefixemote

Returns the emote message prefix format from Options -> Messages -> Prefix Emote.

Example

; Replace $pnick in $prefixemote with Bob instead of $nick.
on *:ACTION:*:#:echo # $replace($prefixemote, $ $+ pnick, Bob) $1

$prefixemote(channel, nick, [prefix])

Replaces and formats emote message prefix from Options -> Messages -> Prefix Emote.

Parameters

channel - Channel where the nick is.
nick - The nick to lookup.
[prefix] - A custom channelnick prefix. (optional)

Example

; Format your own nick on current channel.
//echo -ag $prefixemote(#, $me)

Updated by Per Amundsen about 7 years ago · 5 revisions

Also available in: PDF HTML TXT