mIRC Homepage
Posted By: jacksparrow2 raw 05 or chantype - 20/10/04 10:25 PM
raw 5:*: { echo -s the chantypes are $1- | halt }

how i do to get only the chantype not the entire text


please help thnx

Posted By: starbucks_mafia Re: raw 05 or chantype - 20/10/04 10:30 PM
Code:
raw 5:*CHANTYPES=*:echo -s the chantypes are $gettok($$wildtok($1-,CHANTYPES=*,1,32),2,61)
Posted By: Sat Re: raw 05 or chantype - 20/10/04 10:41 PM
If it's just the chantypes you want, you can also just use $chantypes instead...
Posted By: jacksparrow2 Re: raw 05 or chantype - 20/10/04 10:44 PM
how can i add a halt ?
Posted By: starbucks_mafia Re: raw 05 or chantype - 20/10/04 10:49 PM
Code:
raw 5:*CHANTYPES=*:{
  echo -s the chantypes are $gettok($$wildtok($1-,CHANTYPES=*,1,32),2,61)
  halt
}
Posted By: jacksparrow2 Re: raw 05 or chantype - 20/10/04 11:00 PM
thnx for the fast responding
© mIRC Discussion Forums