diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-10-23 20:02:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-10-23 20:02:22 +0200 |
commit | 002f42fb0f8da093c9f1cd4b531c7ad3f5970ed3 (patch) | |
tree | bfbf1e47e3881088fa9716288a1a602210b6825e | |
parent | fd2ee9fe356e1f8b3f8a69579a2154b1af0dd81a (diff) | |
download | ponysay-002f42fb0f8da093c9f1cd4b531c7ad3f5970ed3.tar.gz ponysay-002f42fb0f8da093c9f1cd4b531c7ad3f5970ed3.tar.bz2 ponysay-002f42fb0f8da093c9f1cd4b531c7ad3f5970ed3.zip |
do not what for stdin message if -o is used
-rwxr-xr-x | ponysay.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |