mIRC Home    About    Download    Register    News    Help

Print Thread
#189258 05/11/07 06:50 AM
S
skovicniq
skovicniq
S
i need a codes that

;scan user on channel than join channel i choose .. and it will shows all the nick

/show1 #*showuserjoinedhere*

;scan user on channel that have fullname that i choose .. and it will shows all the nick

/show *showmewhoisusingthisfullname*

;scan user on channel that use nickname that i choose .. and it will shows all the nick

/show *showmethisnick*

thx

#189284 05/11/07 03:47 PM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
Im confused with this language.

#189312 05/11/07 09:17 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
You can use /who #channel to get info on who is in a channel, or /names #channel. Note that if you're not in the channel, you won't see anyone who is +i (invisible). There's no way around that unless you're an ircop.

You cannot scan for fullname unless you're an ircop.

To get info on a nick, use /whois nick.


Link Copied to Clipboard