10 lines
185 B
Python
10 lines
185 B
Python
import prof
|
|
|
|
user = "prof1@panesar"
|
|
|
|
def prof_on_start():
|
|
global user
|
|
prof.cons_show("")
|
|
prof.cons_show("Enter password for " + user)
|
|
prof.send_line("/connect " + user)
|