X-Git-Url: http://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=bot.py;h=49409008b96393892dc6098241d99e743105e6aa;hp=e02d96fa744a433ff61e2d461f910f0be830ddf5;hb=fb4bc89bf30a4f7385da69f9bf8efdab596c5230;hpb=f0c5210d24a5b4ffd71f4280fe8d40ff6ca3b742 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():