From: kaliko Date: Sun, 16 Nov 2014 13:34:46 +0000 (+0100) Subject: Add jid in password prompt X-Git-Tag: 0.1.0~41 X-Git-Url: https://git.kaliko.me/?p=sid.git;a=commitdiff_plain;h=fb4bc89bf30a4f7385da69f9bf8efdab596c5230 Add jid in password prompt --- 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():