Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.54 KB | None | 0 0
  1. on $*:action:/.*(pokes|prods).*/:#: {
  2.   if (%counter) { inc %counter }
  3.   else { set -u10 %counter 1 }
  4.   if (%counter >= 4) { halt }
  5.   else {
  6.     if ($me isin $1-) {
  7.       %n = $rand(1, 5)
  8.       if (%n = 1) {
  9.         describe $chan pokes back
  10.       }
  11.       if (%n = 2) {
  12.         describe $chan pokes back
  13.       }
  14.       if (%n = 3) {
  15.         describe $chan bitch slaps $nick for poking her
  16.       }
  17.       if (%n = 4) {
  18.         describe $chan pokes back
  19.       }
  20.       if (%n = 5) {
  21.         describe $chan pokes back
  22.       }
  23.     }
  24.   }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement