From 86e197e233a474f233e8c21a8bba83c4a2ab6a54 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 6 Aug 2008 00:23:29 -0500 Subject: [PATCH] It temporarily works now --- plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.py b/plugin.py index fc06b1e..cbfcd10 100644 --- a/plugin.py +++ b/plugin.py @@ -51,8 +51,7 @@ class Shipping(callbacks.Plugin): data = description.firstChild.data data = re.sub('\s*
\s*', '', data).strip() data = re.sub('\s\s+', ' ', data).strip() - print data - return True + irc.reply(data) ups = wrap(ups, ['text']) -- 2.11.4.GIT