Changed stripHtml to utils.htmlToText

This commit is contained in:
Jeremy Fincher 2003-03-28 03:53:22 +00:00
parent 332c2cb2d4
commit bce7b6fcd8
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,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()
profile = stripHtml(profile)
profile = utils.htmlToText(profile)
seen = self._gkseen.search(profile).group(1)
if profile.find('Team:') >= 0:
team = self._gkteam.search(profile).group(1)