Guest User

Untitled

a guest
May 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.67 KB | None | 0 0
  1. on *:text:*:#: {
  2.   if ($3 == The) && ($4 == EVENT) && ($5 == will) && ($6 == end) && ($7 == in) && ($8 == 5) && ($chan == #casino) && ($nick == Unogame[Info]) && ($nick ishop $chan) {
  3.     beep 5
  4.     echo -sa 4There are 5 minutes left in the event.
  5.     halt
  6.   }
  7.   if ($4 == The) && ($5 == event) && ($11 == $me $+ !) && ($chan == #casino) && ($nick == Unogame[Info]) && ($nick ishop $chan) {
  8.     echo -sa 6[7Unogame spy6]5 WINNER: $1-
  9.     beep 5
  10.     halt
  11.   }
  12.   if ($4 == The) && ($5 == event) && ($11 == $me) && ($chan == #casino) && ($nick == Unogame[Info]) && ($nick ishop $chan) {
  13.     echo -sa 6[7Unogame spy6]5 WINNER: $1-
  14.     beep 5
  15.     halt
  16.   }
  17.   halt
  18. }
Add Comment
Please, Sign In to add comment