mIRC Home    About    Download    Register    News    Help

Print Thread
#204236 12/09/08 08:33 PM
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117

on 1:input:*: {
if %letras == 100 { .say 13,1•••00xD13,1 $1- 13••• | halt }
if %Letras == 110 { .say 2,8 $1-  | halt }
if %Letras == 120 { .say 0,4 $1-  | halt }
if $1- isin */* { .say $2- | halt }
}

if $1- isin */* { .say $2- | halt } i made this, but works a little, any one can change it

thnx


TheWarlock #204241 12/09/08 11:39 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Use
Code:
if /* iswm $1- {
rather than what you currently have, and you'll find it works a lot better.

Aside from that, more information regarding what kind of help you're wanting will be required before it can be given.

TheWarlock #204256 13/09/08 04:53 PM
Joined: Oct 2007
Posts: 214
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Oct 2007
Posts: 214
I don't know if this is something you may want to use/consider as well:

Code:
  if ($istok(/me./action./describe,$1,46)) { .describe $chan $2- | echo $color(action) -tmi2 %p $+ $me $txt($2-) | halt }

TheWarlock #204263 13/09/08 07:55 PM
Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Also if you want to disregard
Code:
/
, just put a ! as such:
Code:
if (/* !iswm $1-)
that will negate any command typed.


Link Copied to Clipboard