mIRC Home    About    Download    Register    News    Help

Print Thread
#98660 25/09/04 07:46 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
if ($nick($chan(%i),%j) isvo $chan(%i)) <<-- tells if somone is voice on the channel
if ($nick($chan(%i),%j) isop $chan(%i)) <<-- tells if somone is op on the channel.

any identifyer that do the same with away users on a channel ? cant find it in the help file, and never been thinking about it befor..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#98661 25/09/04 08:00 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
No, you'll have to /whois them and wait for the away raw.


New username: hixxy
#98662 25/09/04 08:56 PM
Joined: Sep 2004
Posts: 6
D
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
D
Joined: Sep 2004
Posts: 6
yes, use raw triggering to tell whether or not a user is away

#98663 25/09/04 09:17 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
i did smile


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#98664 25/09/04 09:20 PM
Joined: May 2004
Posts: 95
W
Babel fish
Offline
Babel fish
W
Joined: May 2004
Posts: 95
if you want to check away status for multiple users or even an entire channel, you could use /who. in the reply G means gone (away) and H means here (not away).

#98665 25/09/04 11:00 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
I know that too. wink made the whole color system for nicklist on /who # cool thnx anyway


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard