mIRC Homepage
Posted By: JackSparrow a manual notify - 11/10/03 06:49 AM
i have this

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

i think ,there is no other way to do it


thnx


Posted By: Collective Re: a manual notify - 11/10/03 06:58 AM
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
Posted By: JoNaS_MaN Re: a manual notify - 12/10/03 06:56 PM
what you want??
Posted By: Aazn Re: a manual notify - 12/10/03 08:11 PM
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
Posted By: Collective Re: a manual notify - 12/10/03 10:42 PM
No point for the if check since on CONNECT only triggers when the user connects, not anyone else.
Posted By: _D3m0n_ Re: a manual notify - 12/10/03 10:44 PM
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.
© mIRC Discussion Forums