mIRC Home    About    Download    Register    News    Help

Print Thread
#6707 15/01/03 02:46 PM
Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
[15:31:04] Deep3D is logged in as Deep3D
What is the "$" for that line? grin

Remote:
Code:
/echo.grey * $nick is logged in as $somthing?! 


Alias:
Code:
/echo.grey {
  echo 14 -at $1-
}

#6708 15/01/03 03:15 PM
Joined: Dec 2002
Posts: 143
A
Vogon poet
Offline
Vogon poet
A
Joined: Dec 2002
Posts: 143
/echo.grey * $nick is logged in as $somthing?!


/echo.grey { echo 14 -at $1-}

Which $ are you taking about? there's $nick, $something, $1-

I presume $something is a custom identifier?


Aubs.
cool

#6709 15/01/03 03:18 PM
Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
Okay, on UnderNet is there this line:
[15:31:04] Deep3D is logged in as Deep3D

It you msg a nick then that line come into the status.. can somone help me.. please.....

#6710 15/01/03 03:23 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Code:
raw 330:*:{ echo -a $2 $3 }


"raw 330:*:" is triggered when that line is sent
$2 is the nickname
$3 is who they are logged in as

#6711 15/01/03 03:31 PM
Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
yeah, thanks!!! grin it works.. nice..

#6712 18/01/03 06:06 AM
Joined: Jan 2003
Posts: 20
H
Ameglian cow
Offline
Ameglian cow
H
Joined: Jan 2003
Posts: 20
Just in case anyone tries this on QuakeNet (also raw 330), you should check the response of the server BEFORE assigning vars or returning output.
Some of the quakenet servers respond with <nick> <authname> is authed as, while others use <nick> is authed as <authname>.
I fell into a deep hole once at this point, so keep an eye on it smile

--hatch

Last edited by hatch; 18/01/03 06:08 AM.

__________________
"Who cares. Out of sight, out of mind."

Link Copied to Clipboard