Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if msg[0] == "!goggles":
- if snipe_dir:
- connection.privmsg(CHANNEL, "Type: " + "!snipe " + snipe_dir)
- return
- if theresaduck:
- connection.privmsg(CHANNEL, "What do you need the goggles for? There's a duck RIGHT HERE! ---> 。・゜゜\_ø< *QUAAAAACK QUACKQUACK*")
- return
- if "goggles" in cooldown and cooldown["goggles"] > 0:
- if cooldown["goggles"] == 1:
- cooldown["goggles"] += 1
- connection.privmsg(CHANNEL, "The goggles can only be used so often.. because... BECAUSE I SAID SO! HAH! wait a bit and use it again.")
- return
- cooldown["goggles"] = 1
- thetimers.add_timer("goggles_cooldown", 30, cooldown.pop, "goggles")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement