mIRC Home    About    Download    Register    News    Help

Print Thread
#91025 19/07/04 09:46 PM
Joined: Jan 2004
Posts: 25
D
djdj Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2004
Posts: 25
on *:INPUT:#:{
if ($left($1-,1) != /) {
echo # 00D04S02> 12 $+ $timestamp 10<07 $+ $nick(#,$me).pnick $+ 10> 13 $+ $1-
msg # $1-
haltdef
}
}

help plz? blush


Thax
#91026 19/07/04 10:07 PM
Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
Since you're not having a problem or asking a specific question...

I'll just give you a tip: you can use a dot before a command to make it silent, for example .msg # $1-

#91027 19/07/04 10:18 PM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
If your talking about the duplication, change:

Quote:
msg # $1-


to:

.msg # $1-

The . will silence your message.

Eamonn.

#91028 20/07/04 09:11 AM
Joined: Jan 2004
Posts: 25
D
djdj Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2004
Posts: 25
omg, i should've seen that!
well, thanks for your both help!!! grin


Thax

Link Copied to Clipboard