mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
11 lines
193 B
Python
11 lines
193 B
Python
import prof
|
|
|
|
user = "prof1@panesar"
|
|
|
|
# hooks
|
|
def prof_on_start():
|
|
global user
|
|
prof.cons_show("")
|
|
prof.cons_show("Enter password for " + user)
|
|
prof.send_line("/connect " + user)
|