mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
Remove the #! line and use getpass to get the password.
This commit is contained in:
parent
0b6739b4bc
commit
a641a1c437
@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
###
|
###
|
||||||
# Copyright (c) 2002-2004, Jeremiah Fincher
|
# Copyright (c) 2002-2004, Jeremiah Fincher
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
@ -53,7 +51,7 @@ import supybot.schedule as schedule
|
|||||||
import supybot.callbacks as callbacks
|
import supybot.callbacks as callbacks
|
||||||
|
|
||||||
def configure(advanced):
|
def configure(advanced):
|
||||||
from supybot.questions import output, expect, anything, something, yn
|
from supybot.questions import expect, anything, something, yn, getpass
|
||||||
conf.registerPlugin('Services', True)
|
conf.registerPlugin('Services', True)
|
||||||
nick = something('What is your registered nick?')
|
nick = something('What is your registered nick?')
|
||||||
password = something('What is your password for that nick?')
|
password = something('What is your password for that nick?')
|
||||||
|
Loading…
Reference in New Issue
Block a user