Actions
$prefixuser » History » Revision 7
« Previous |
Revision 7/11
(diff)
| Next »
Mr. BS, 01/31/2017 06:15 PM
Added in 1.9.7
$prefixuser
Returns the user message prefix format from Options -> Messages.
Example
; Replace $pnick in $prefixuser with Bob instead of $nick. on *:TEXT:*:#:echo # $replace($prefixuser, $ $+ pnick, Bob) $1-
$prefixuser(channel, nick, [prefix])
Replaces and formats user message prefix from Options -> Messages.
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 $prefixuser(#, $me)
Updated by Mr. BS almost 8 years ago · 7 revisions