From a641a1c437b2f8a1760f518d6bedd8879abcd414 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sat, 18 Sep 2004 01:56:55 +0000 Subject: [PATCH] Remove the #! line and use getpass to get the password. --- plugins/Services.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/Services.py b/plugins/Services.py index 05cc5f688..469118bca 100644 --- a/plugins/Services.py +++ b/plugins/Services.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ### # Copyright (c) 2002-2004, Jeremiah Fincher # All rights reserved. @@ -53,7 +51,7 @@ import supybot.schedule as schedule import supybot.callbacks as callbacks 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) nick = something('What is your registered nick?') password = something('What is your password for that nick?')