WorldDMT commented on a Page, New Style of Bot Commander Final Release  -  Jun 16, 2009

hi

but a saw u put /me vop jimmy "/me" is ON ACTION event not ON TEXT

btw u can also do this that is an e.g if it can help u some time

on *:action:*:#:{
  if $nick == yournick {
    if ($strip($1) == kick) kick # $2
    elseif $istok(set|mode|demode,$strip($1),124) {
      var %x $iif($strip($1) != set,$iif($left($strip($1),2) == de,- $+ $2,+ $+ $2),$2)
      mode # %x
    }
    elseif $regex($strip($1),/^(vop|dvop|hop|dhop|aop|daop|sop|dsop)\s?(\w+)?/iS) {
      var %x $iif($left($regml(1),1) == d,$remove($regml(1),$v1),$regml(1)),%y $iif($left($regml(1),1) == d,del,add)
      cs %x # %y $2
    }
    elseif $istok(akick|deakick,$strip($1),124) {
      var %x $iif($left($strip($1),2) == de,$remove($strip($1),de),$strip($1)),%y $iif($left($strip($1),2) == de,del,add)
      cs %x # %y $address($2,2)
    }
    elseif $regex($strip($1),/^(op|deop|halfop|dehalfop|voice|devoice)\s?(\w+)?/iS) {
      var %x $iif($left($regml(1),2) == de,$replace($regml(1),de,-,halfop,h,voice,v,op,o),$replace($regml(1),halfop,+h,voice,+v,op,+o))
      mode # %x $2
    }
    elseif $regex($strip($1),/^(ban|unban|silence|unsilence)\s?(\w+)?/iS) {
      var %x $iif($left($regml(1),2) == un,$replace($regml(1),un,-,ban $chr(32),b,silence,b ~q:),$replace($regml(1),ban,+b $chr(32),silence,+b ~q:))
      mode # %x $+ $address($2,2)
    }
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.