From 002f42fb0f8da093c9f1cd4b531c7ad3f5970ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Tue, 23 Oct 2012 20:02:22 +0200 Subject: [PATCH] do not what for stdin message if -o is used --- ponysay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ponysay.py b/ponysay.py index 19617f14..44ff0092 100755 --- a/ponysay.py +++ b/ponysay.py @@ -138,6 +138,7 @@ class Ponysay(): self.__ucsremap(args) if args.opts['-o'] is not None: mode += '$/= $$\\= $' + args.message = '' ## The stuff if args.opts['-q'] is not None: