Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. alias xmlogin {
  2. if (!$0 || $0 > 1) {
  3. echo -a Syntax: /xmlogin [password]
  4. halt
  5. }
  6. set %login
  7. set %password $1
  8. whois xM_1
  9. }
  10.  
  11. raw 311:*: {
  12. if (!$var(%login)) {
  13. halt
  14. }
  15.  
  16. if ($2 != xM_1 || $4 != play.xmovieserver.com) {
  17. echo -a Error: IRC bot credentials could not be verified. Use caution and do not login.
  18. halt
  19. }
  20.  
  21. unset %login
  22. msg xM_1 login %password
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement