mIRC Homepage
Posted By: Cyclone raw question - 16/07/04 01:28 PM
//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
Posted By: Fibsi Re: raw question - 16/07/04 03:15 PM
/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
Posted By: Adrenalin Re: raw question - 16/07/04 05:56 PM
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 Discussion Forums