Difference between revisions of "$prefix"

From Scriptwiki
Jump to: navigation, search
 
m
 
Line 17: Line 17:
 
* [[raw 005]]
 
* [[raw 005]]
  
[[Category:Identifiers]]
+
[[Category:Other Identifiers]]

Latest revision as of 12:34, 12 April 2008

mIRC supports numeric 005 token PREFIX, and can handle a dynamic set of channel nickname prefixes.

$prefix returns the list of channel nickname prefixes ie. op, halfop, voice, etc. that are supported on a server.

$prefix
  • This function has no parameters.

When not connected to a server, mIRC uses a default $prefix value of PREFIX=(ohv)@%+.

Example

$prefix

Returns @+ on QuakeNet as QuakeNet supports only op and voice channel nickname prefixes.

See Also