Advertisement
Mokole

Untitled

Aug 25th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. n *:CONNECT: {
  2. if ($network != DarkMyst) { return }
  3. if ($window(@Debug.DarkMyst,0) <= 0) { debug -t @Debug.DarkMyst }
  4. DarkMyst.ID
  5. }
  6.  
  7. alias DarkMyst.ID {
  8. if ($network != DarkMyst) { return }
  9.  
  10. var %password Elridge1
  11.  
  12. if ($me != Drake) {
  13. !ns ghost Drake %password
  14. .timerDarkMyst.Ghost 1 5 nick Drake
  15. .timerDarkMyst.Ghost 1 9 ns identify %password
  16. .timerDarkMyst.Join 1 12 DarkMyst.Join
  17. }
  18. else {
  19. !ns identify %password
  20. .timerDarkMyst.Join 1 4 DarkMyst.Join
  21. }
  22. }
  23.  
  24. alias DarkMyst.Join {
  25. if ($network != DarkMyst) { return }
  26.  
  27. var %channel_list #SunandShadow #IS.ST #RM.ooc #RPG-hub #IS.dice #RMTV #Fate.of.illusions #Iron_Secrets #IS.Bawn #IS.Ivory.Mirrors #IS.Umbra #is.outer.bawn #is.Upper.deck #Is.Below.Deck #Is.CandC
  28.  
  29. var %ix 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement