mIRC Homepage
Posted By: MaGoOsCuRo on 1 join - 31/08/03 03:33 AM
on 1:join:#: if $nick == VerDuGo .ECHO $CHAN entro HARDWARE | .splay $mircdir cuack.wav


i made this code ,its right or its horrible ,help requiered thnx


Posted By: Jagfire Re: on 1 join - 31/08/03 03:39 AM
You should use parenthesis and brackets to prevent ambiguity in the event.
Code:
on *:join:#:{
  if ($nick == verdugo) {
;case doesn't matter unless it's ===
    echo # entro hardware
;# can be used instead of $chan
    .splay cuack.wav
;No need for the $mircdir
  }
}
Posted By: FunChatter Re: on 1 join - 31/08/03 10:04 AM
Jagfire's code in a single line:

on *:join:#:{ if ($nick == verdugo) { echo # entro hardware | .splay cuack.wav } }
Posted By: SladeKraven Re: on 1 join - 31/08/03 10:12 AM
FunChatter, the original poster has already been given help, so yet again, I ask,what is the point in your post?
That is the second time, your post is helpless, since the original poster was already helped by JagFire.
Posted By: FunChatter Re: on 1 join - 31/08/03 10:22 AM
The posted originaly had a one line code... maybe (s)he didn't know how to convert the code into one line...
Then again if my posts are useless yours are too... try private msging the user like moderators do... smile
Posted By: SladeKraven Re: on 1 join - 31/08/03 10:35 AM
Quote:

Then again if my posts are useless yours are too

I said helpless, not useless. Open your eyes, you posts are not useless, they have only a use for you. No one else.
Quote:

maybe (s)he didn't know how to convert the code into one line...

Maybe the original poster didn't need that information. Since (s)he was already helped.
Posted By: pheonix Re: on 1 join - 31/08/03 07:21 PM
hes trying to help with the code tags problem,when i 1st used mirc i wouldn't of been able to convert the code tags problem, the poster may not of been new, but he was only trying to help.
© mIRC Discussion Forums