JOELwindows7

MCCC_Chat_Host.lua

May 13th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print("Welcome to chat Server!")
  2. ServerName = "Perkedel"
  3. SelfJoinName = "DiriSayaSendiri"
  4.  
  5. print("Initiating Repeater...")
  6. shell.openTab("repeat")
  7.  
  8. print("Hostname = "..ServerName.."\n")
  9. shell.openTab("chat", "host "..ServerName)
  10.  
  11. print("\nNow also joining myself as = "..SelfJoinName.."\n")
  12. sleep(5)
  13. shell.openTab("chat", "join "..ServerName.." "..SelfJoinName)
  14.  
  15. print("\nEnjoy your chat day, on the next tab. thancc\n")
  16. print("\nBy JOELwindows7\nPerkedel Technologies\nGNU GPL v3")
  17. -- Yeah.
Add Comment
Please, Sign In to add comment