From 049839cda0dabcfa68465fa0a06cfc72e043f840 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 9 Jan 2004 19:01:54 +0000 Subject: [PATCH] Fixed broken URL. --- plugins/Fun.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: