Guest User

Untitled

a guest
Dec 7th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. Sub ONTEXT(Message,Channel,Nickname,Host,ServerNumber)
  2. If Channel=def then
  3. If Message="+Shoosh" and Shoosh="Off" and Host="*!*@X-Ray_Dog.user.gamesurge" or Host="*!*@lb31337157.user.gamesurge" or Host="*!*@FOX-Thrawn.linux.gamesurge" then
  4. SendCommand "/msg " & def & " Only X-Ray_Dog, Thrawn, Champion or Channel Operators may talk now. "
  5. Shoosh="On"
  6. Exit Sub
  7. ElseIf Message="+Shoosh" and Shoosh="On" and Host="*!*@X-Ray_Dog.user.gamesurge" or Host="*!*@lb31337157.user.gamesurge" or Host="*!*@FOX-Thrawn.linux.gamesurge" then
  8. SendCommand "/msg " & def & " Shoosh mode now off. Anyone may speak."
  9. Shoosh="Off"
  10. Exit Sub
  11. ElseIf Message="+Shoosh" and not Host="*!*@X-Ray_Dog.user.gamesurge" or not Host="*!*@lb31337157.user.gamesurge" or not Host="*!*@FOX-Thrawn.linux.gamesurge" and Shoosh="On" or Shoosh="Off" then
  12. SendCommand "/msg " & def & " Only Champion, X-Ray_Dog or Thrawn may activate Shoosh Mode. "
  13. Exit Sub
  14. End If
  15. If Shoosh="On" and not Host="*!*@X-Ray_Dog.user.gamesurge" or not Host="*!*@lb31337157.user.gamesurge" or not Host="*!*@FOX-Thrawn.linux.gamesurge" or not IsOp(Nickname,def,ServerNumber) then
  16. SendCommand "/mode " & def & " -v " & Nickname & ""
  17. Exit Sub
  18. ElseIf Shoosh="Off" then
  19. Exit Sub
  20. End If
  21. End If
  22. End Sub
Add Comment
Please, Sign In to add comment