X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=bot.py;h=49409008b96393892dc6098241d99e743105e6aa;hb=6111ca5fcf8cb38596130688f7883f3e87f4c362;hp=e02d96fa744a433ff61e2d461f910f0be830ddf5;hpb=ee38f3ae1e801fd160978b2c5804d4cc056683f6;p=sid.git diff --git a/bot.py b/bot.py index e02d96f..4940900 100644 --- a/bot.py +++ b/bot.py @@ -9,7 +9,7 @@ from sid.feeds import Feeds JID = 'bot@example.org' NICK = 'sid' -PASS = getpass.getpass('Password: ') +PASS = getpass.getpass('Password for "{}": '.format(JID)) ROOM = 'room@conf.example.org' def main():