mIRC Home    About    Download    Register    News    Help

Print Thread
#45594 31/08/03 03:33 AM
Joined: Aug 2003
Posts: 23
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Aug 2003
Posts: 23
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



#45595 31/08/03 03:39 AM
Joined: Mar 2003
Posts: 54
J
Babel fish
Offline
Babel fish
J
Joined: Mar 2003
Posts: 54
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
  }
}

#45596 31/08/03 10:04 AM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
Jagfire's code in a single line:

on *:join:#:{ if ($nick == verdugo) { echo # entro hardware | .splay cuack.wav } }

#45597 31/08/03 10:12 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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.

#45598 31/08/03 10:22 AM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
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

#45599 31/08/03 10:35 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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.

#45600 31/08/03 07:21 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
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.


new username: tidy_trax

Link Copied to Clipboard