From c7a867b589b3661771f1529a31fa30a8ed76e2f7 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 14 Apr 2003 16:49:20 +0000 Subject: [PATCH] The 'seen' regex for gkstats was changed back to searching through text instead of html. --- plugins/Http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Http.py b/plugins/Http.py index 30790a544..9b5071d7d 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -165,7 +165,7 @@ class Http(callbacks.Privmsg): rating = self._gkrating.search(profile).group(1) games = self._gkgames.search(profile).group(1) (w, l, d) = self._gkrecord.search(profile).groups() - seen = self._gkseen.search(profile).group(1) + seen = self._gkseen.search(utils.htmlToText(profile)).group(1) if seen.find("is hiding") != -1: seen = '%s is hiding his/her online status.' % name elif seen.startswith('0'):