1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
profanity/plugins/connect.py

11 lines
193 B
Python
Raw Normal View History

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)