mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
10 lines
182 B
Python
10 lines
182 B
Python
import prof
|
|
|
|
user = "jabber.org"
|
|
|
|
def prof_on_start():
|
|
global user
|
|
prof.cons_show("")
|
|
prof.cons_show("Enter password for " + user)
|
|
prof.send_line("/connect " + user)
|