Skip to content
MSN Addons

how can i do it ?!!

A TG007 community discussion started by samooh_2003.

Discussion 11 posts
Page 1 of 1
Open
Topic #4291 · 11 published posts · 1,333 views

on *:text:$(* $+ $chr(42) $+ $chr(42) $+ $chr(42) $+ *):*: { 
 if ($me isowner # ) {
   if ($nick !isowner # ) {
    /privmsg # plz dont use more than ** in ur words... thnx $nick (F)
   }
 }
}

 

i cant do it right i wanna that message if any one used more than ** in his/her talking so any one can help me

on *:text:*:#: {
 if ($count($1-,$chr(42)) > 2) {
   if ($me isowner #) {
     if ($nick !isowner #) {
       msg # plz dont use more than ** in ur words... thnx $nick (F)
     }
   }
 }
}

try that

Edited Aug 2, 2005 2:06 AM by Nimbus03

"the important thing was, that i had an onion on my belt, which was the style at the time"

thnx Nimbus03 its working now

hey numbs it kicks every one put more than 2 @ da same sentence.. i was asking about it like that :

 

 

h*** (<<<<< this wt i was asking about)

not like this

 

nfs* sfs *sfs s*sfs *gs*g s ( ur one)

 

thats cause * is a wild card in mirc

 

My code does NOT have bugs. It just develops random features.

yea Ozzy but i saw it before like that just kick when all of stars like this >>>(h***d) if i saied (*)(*)(F)(*)(*) i will be kicked with that code but wt am asking about just like (h***d)

Edited Aug 5, 2005 2:17 PM by samooh_2003

do you want it to work with something like this h*d** aswell? or just more than 2 in a row? (h***d)

"the important thing was, that i had an onion on my belt, which was the style at the time"

just more than 2 in a row >>>>(h***d)

Edited Aug 5, 2005 4:46 PM by samooh_2003

on *:text:*:#: {
 if ($str($chr(42),3) isin $1-) {
   if ($me isowner #) {
     if ($nick !isowner #) {
       msg # plz dont use more than ** in ur words... thnx $nick (F)
     }
   }
 }
}

ok then this should work

 

"the important thing was, that i had an onion on my belt, which was the style at the time"

yea man its working

good to hear

"the important thing was, that i had an onion on my belt, which was the style at the time"