!Smack

By *iGhostScripts* on Dec 31, 2011

A smack snippet something almost like slap

Commands:

!Smack

***********************************************REMOVETHIS************************************************************
on *:text:!smack*:#:{ describe $chan 9 Smacks $2 100 times        }

Comments

Sign in to comment.
Jethro   -  Dec 31, 2011
on $*:text:/^!s(lap|mack)|\bchips( |$)/iS:#:{
  if (%smc) { 
    inc -u3 %smc 
    var %2 = $strip($2)
    if ($regml(1) == lap) && (%2 ison #) { 
      .describe # $+($chr(3),09,Slaps %2)
    }
    elseif ($regml(1) == mack) && (%2 ison #) { 
      .describe # $+($chr(3),09,Smacks %2 100 times) 
    }
    else .describe # $+($chr(3),11,Gives $nick chips)
  }
}
 Respond  
Abcdefmonkey   -  Dec 31, 2011

Waste of resources.. for our mIRC and Hawkee. >.>

 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.