mIRC Home    About    Download    Register    News    Help

Print Thread
#29133 11/06/03 08:31 AM
Joined: Jun 2003
Posts: 3
A
AcroN Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Jun 2003
Posts: 3
Morning Pals

Is there a simple way to find out if a user is registered or unregistered? I've tried to work with the raw-modes, but it didnt work out. All I need is something like

on @1:JOIN:#channel:{
....
/notice $me User $nick is registered
or
/notice $me User $nick is not registered
}


#29134 11/06/03 12:54 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
How do you find out w/o script who are registered?

You add that command to on join and parse the results from it...

Also why would you /notice yourself, why not just use /echo?


Code:
//if ( khaled isgod ) echo yes | else echo no
#29135 11/06/03 01:22 PM
Joined: Jun 2003
Posts: 3
A
AcroN Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Jun 2003
Posts: 3
:: How do you find out w/o script who are registered?

I dont do this atm! I want to know how to do it. smile

:: You add that command to on join and parse the results from it...

Which command? You have a piece of code for me?

:: Also why would you /notice yourself, why not just use /echo?

Thatz just an example. I have to do a lot more after this, but this is the first step. And id like to figure out the easier things myself. smile

#29136 11/06/03 01:38 PM
Joined: May 2003
Posts: 29
C
Ameglian cow
Offline
Ameglian cow
C
Joined: May 2003
Posts: 29
As far as i know, not all networks have this, but the raw-number for that is 307

#29137 11/06/03 02:02 PM
Joined: Jun 2003
Posts: 3
A
AcroN Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Jun 2003
Posts: 3
Chandler, i know the rar-number is 307, but i cant figure out how to use it!

#29138 11/06/03 03:52 PM
Joined: Jun 2003
Posts: 4
T
Self-satisified door
Offline
Self-satisified door
T
Joined: Jun 2003
Posts: 4
raw 307:*:{
commands here
}

#29139 12/06/03 08:13 AM
Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
You'd have to /whois every joining user (and catch raw 307), and that is really not recommended wink


Link Copied to Clipboard