Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
user away check
Forums
Active Threads
Search
Who's Online
Help
Print Thread
user away check
#
169504
24/01/07
04:48 AM
Joined:
Jan 2004
Posts: 16
S
SuperMappy
OP
Pikka bird
OP
SuperMappy
Pikka bird
S
Joined:
Jan 2004
Posts: 16
How can I check to see if a user is marked as /away ?
if they are simply nicked AFK at the end, that's just a simple check to see if the last 3 characters of their nick is "AFK" or "BBL", etc...
Copy Link to Clipboard
Re: user away check
SuperMappy
#
169505
24/01/07
04:50 AM
Joined:
Dec 2002
Posts: 1,536
state of confusion
L
landonsandor
Hoopy frood
landonsandor
Hoopy frood
L
Joined:
Dec 2002
Posts: 1,536
state of confusion
you can /whois them and find outand utilize the RAW "I am away" code
Those who fail history are doomed to repeat it
Copy Link to Clipboard
Re: user away check
SuperMappy
#
169508
24/01/07
04:58 AM
Joined:
Apr 2005
Posts: 1,008
Green Hill Zone
R
raZOR
Hoopy frood
raZOR
Hoopy frood
R
Joined:
Apr 2005
Posts: 1,008
Green Hill Zone
or do /who on user and if raw 352 holds G (think its $7 that has it but not sure, try and see) then user is set to Gone (away)
Copy Link to Clipboard
Re: user away check
raZOR
#
169509
24/01/07
05:07 AM
Joined:
Dec 2002
Posts: 1,536
state of confusion
L
landonsandor
Hoopy frood
landonsandor
Hoopy frood
L
Joined:
Dec 2002
Posts: 1,536
state of confusion
yup, that's another way
And yes, $7 is the GH@*+ identifyer
Those who fail history are doomed to repeat it
Copy Link to Clipboard
Re: user away check
SuperMappy
#
169512
24/01/07
11:33 AM
Joined:
Nov 2005
Posts: 104
Dover, Delaware
D
drc4
Vogon poet
drc4
Vogon poet
D
Joined:
Nov 2005
Posts: 104
Dover, Delaware
Raw 301 appears to be the raw code for away.
Copy Link to Clipboard
Re: user away check
SuperMappy
#
169594
25/01/07
09:08 PM
Joined:
Jan 2004
Posts: 16
S
SuperMappy
OP
Pikka bird
OP
SuperMappy
Pikka bird
S
Joined:
Jan 2004
Posts: 16
Ok, this is what I have so far, it's probably wrong:
/who $nick | raw352 | if (( $7 ) = G ) {
echo -a you are marked as away.
}
Sorry for my ignorance, the raw command is still the one that confuses me the most.
Copy Link to Clipboard
Re: user away check
SuperMappy
#
169735
27/01/07
03:27 PM
Joined:
Jan 2007
Posts: 8
Pakistan
H
HassanAbbas
Nutrimatic drinks dispenser
HassanAbbas
Nutrimatic drinks dispenser
H
Joined:
Jan 2007
Posts: 8
Pakistan
hey hey
Copy Link to Clipboard
Re: user away check
SuperMappy
#
169850
29/01/07
05:35 PM
Joined:
Jun 2003
Posts: 985
C
CtrlAltDel
Hoopy frood
CtrlAltDel
Hoopy frood
C
Joined:
Jun 2003
Posts: 985
Code:
alias checkaway { who $$1 } raw 301:*: { echo -a $2 is away: $3- }
usage: /checkaway nickname
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage