View difference between Paste ID: i83dL9tu and VNuXWsQv
SHOW: | | - or go back to the newest paste.
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.