Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aluminiumgeek committed Dec 15, 2015
1 parent 0bad854 commit d18e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/user_cowsay.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main(bot, *args):
"""

text = clean_text(' '.join(args))
if not test.strip():
if not text.strip():
return

process = os.popen(u'cowsay {}'.format(text))
Expand Down

0 comments on commit d18e25e

Please sign in to comment.