From WikiChip
Difference between revisions of "mirc/identifiers/$prefix"
(Created page with "The '''$prefix''' identifier will return the supported list of channel user nickname prefixes available on the active network connection. If not connected, mIRC defaults to a ...") |
(→Example) |
||
Line 7: | Line 7: | ||
== Example == | == Example == | ||
− | Echo the current available channel | + | Echo the current available channel user nickname prefixes to the active window: |
<source lang="mIRC">//echo -a $prefix</source> | <source lang="mIRC">//echo -a $prefix</source> | ||
Revision as of 10:15, 1 July 2014
The $prefix identifier will return the supported list of channel user nickname prefixes available on the active network connection. If not connected, mIRC defaults to a standard value of (ohv)@%+.
Note: Any active connection window can use this identifier, not just an active channel.
Contents
Parameters
None
Example
Echo the current available channel user nickname prefixes to the active window:
//echo -a $prefix
Compatibility
Added: mIRC v5.9
Added On: 26/04/2001