mIRC Homepage
Posted By: Deep3D Humm.. - 15/01/03 02:46 PM
[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-
}
Posted By: Aubs Re: Humm.. - 15/01/03 03:15 PM
/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?
Posted By: Deep3D Re: Humm.. - 15/01/03 03:18 PM
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.....
Posted By: Collective Re: Humm.. - 15/01/03 03:23 PM
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
Posted By: Deep3D Re: Humm.. - 15/01/03 03:31 PM
yeah, thanks!!! grin it works.. nice..
Posted By: hatch Re: Humm.. - 18/01/03 06:06 AM
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
© mIRC Discussion Forums