mIRC Home    About    Download    Register    News    Help

Print Thread
#219299 12/03/10 05:10 PM
V
vinyltm
vinyltm
V
anyone know the prefix for the amount of users in a channel? in a script you can throw $nick, $chan, $time etc, i want the number of current users in a channel... also is there any websites that have a list of those prefix's?

#219300 12/03/10 05:18 PM
5
5618
5618
5
$nick($chan,0) or $nick(#chan,0) ?

//echo -a $nick(#chan,0)

I'm not sure what you mean by a prefix here. All these identifiers ($*) are in the help file.

#219301 12/03/10 05:37 PM
V
vinyltm
vinyltm
V
i didnt know what they were called, :-P thanks :-)


Link Copied to Clipboard