mIRC Home    About    Download    Register    News    Help

Print Thread
#53619 11/10/03 06:49 AM
Joined: Oct 2003
Posts: 8
J
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Oct 2003
Posts: 8
i have this

on 1:notify: if $nick == jacksparrow .echo its connect

i think ,there is no other way to do it


thnx



#53620 11/10/03 06:58 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
What are you trying to achieve?

If you want to know your nickname use $me
If you want to know if you're connected use $status

#53621 12/10/03 06:56 PM
Joined: Jun 2003
Posts: 47
J
Ameglian cow
Offline
Ameglian cow
J
Joined: Jun 2003
Posts: 47
what you want??

#53622 12/10/03 08:11 PM
Joined: Oct 2003
Posts: 8
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Oct 2003
Posts: 8
I think he wants to know when he's connected? If so:

Code:
on *:CONNECT:{
if ($nick == $me) { /echo 3 -a I am now Connected to $server }
}


- Aazn


( www.nnscript.de )
#53623 12/10/03 10:42 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
No point for the if check since on CONNECT only triggers when the user connects, not anyone else.

#53624 12/10/03 10:44 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
im totally unsure as to what the user actually wants? i dont think he knows how to explain it any better as this is the second thread with really the same thing on it hes made.


D3m0nnet.com

Link Copied to Clipboard