mIRC Home    About    Download    Register    News    Help

Print Thread
#90687 16/07/04 01:28 PM
Joined: Feb 2004
Posts: 54
Cyclone Offline OP
Babel fish
OP Offline
Babel fish
Joined: Feb 2004
Posts: 54
//raw -q who $address

whenever i type that into my mirc I get a whole lot of information relating to channels and users. Not really knowing what I've typed I'm not sure what I'm looking at. I was just messing with the /raw command LOL laugh

#90688 16/07/04 03:15 PM
Joined: Jan 2004
Posts: 26
F
Ameglian cow
Offline
Ameglian cow
F
Joined: Jan 2004
Posts: 26
/raw sends commands directly to the ircd, -q is the 'do it silent' flag

who is the 'WHO' command of the ircd.

maybe this helps a bit: http://www.irchelp.org/irchelp/misc/ccosmos.html#Heading396

some ircd's respond to /WHO with additional information:

Code:
/WHO [+|-][achmnsuCM] [args]
Flags are specified like channel modes,
The flags cghimnsu all have arguments
Flags are set to a positive check by +, a negative check by -
The flags work as follows:
Flag a: user is away
Flag c <channel>: user is on <channel>,
                  no wildcards accepted
Flag h <host>: user has string <host> in their hostname,
               wildcards accepted
Flag m <usermodes>: user has <usermodes> set on them,
                    only usermodes o/O/a/A will return a result
Flag n <nick>: user has string <nick> in their nickname,
               wildcards accepted
Flag s <server>: user is on server <server>,
                 wildcards not accepted
Flag u <user>: user has string <user> in their username,
               wildcards accepted
Behavior flags:
Flag C: show first visible channel user is in
Flag M: check for user in channels I am a member of


note that User mode +i (invisible) makes you invisible to the WHO command

#90689 16/07/04 05:56 PM
Joined: Apr 2003
Posts: 414
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
If you type //raw -q who $address from command line.. When $address is evaluated to "" (nothing).. So you send to server -> who
After that server try to return you all users from your network without the invisible flag until some limit..


mIRC Chm Help 6.16.0.3 Full Anchored!

Link Copied to Clipboard