From d31b672634757177b47dc11c5b4a67db19c173cd Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 27 Nov 2004 03:13:30 +0000 Subject: [PATCH] Cuter output. --- scripts/supybot-newplugin | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/supybot-newplugin b/scripts/supybot-newplugin index 172cac55f..8c81b08e5 100755 --- a/scripts/supybot-newplugin +++ b/scripts/supybot-newplugin @@ -201,6 +201,9 @@ if __name__ == '__main__': try: main() except KeyboardInterrupt: - pass + print + output("""It looks like you cancelled out of this script before it was + finished. Obviously, nothing was written, but just run this script + again whenever you want to generate a template for a plugin.""") # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: