Advertisement
OrFeAsGr

Untitled

Aug 19th, 2024
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.75 KB | None | 0 0
  1. if msg[0] == "!goggles":
  2.         if snipe_dir:
  3.             connection.privmsg(CHANNEL, "Type: " + "!snipe " + snipe_dir)
  4.             return
  5.         if theresaduck:
  6.             connection.privmsg(CHANNEL, "What do you need the goggles for? There's a duck RIGHT HERE! ---> 。・゜゜\_ø<​ *QUAAAAACK QUACKQUACK*")
  7.             return
  8.         if "goggles" in cooldown and cooldown["goggles"] > 0:
  9.             if cooldown["goggles"] == 1:
  10.                 cooldown["goggles"] += 1
  11.                 connection.privmsg(CHANNEL, "The goggles can only be used so often.. because... BECAUSE I SAID SO! HAH! wait a bit and use it again.")
  12.             return
  13.         cooldown["goggles"] = 1
  14.         thetimers.add_timer("goggles_cooldown", 30, cooldown.pop, "goggles")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement