diff --git a/plugins/Fun.py b/plugins/Fun.py index d669858d9..1a7279488 100644 --- a/plugins/Fun.py +++ b/plugins/Fun.py @@ -124,7 +124,7 @@ class Fun(callbacks.Privmsg): Returns an encoded form of the given text; the valid encodings are available in the documentation of the Python codecs module: - . + . """ encoding, text = privmsgs.getArgs(args, required=2) try: @@ -137,7 +137,7 @@ class Fun(callbacks.Privmsg): Returns an un-encoded form of the given text; the valid encodings are available in the documentation of the Python codecs module: - . + . """ encoding, text = privmsgs.getArgs(args, required=2) try: