Advertisement
illpastethat

Lick script for zzbooze

Dec 21st, 2012
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.23 KB | None | 0 0
  1. on *:text:.lick:#:{
  2. if ($($+(%,licks.,$nick,.timeout),2) {
  3. return
  4. }
  5. else {
  6.  inc $+(%,licks.,$nick)
  7. describe $chan licks $nick - I have licked you $($+(%,licks.,$nick),2) times
  8. set -u5 $+(%,licks.,$nick,.timeout) true
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement