Fix the output of doctype, I don't care if we're different from mozbot.

This commit is contained in:
Jeremy Fincher 2004-02-02 01:30:47 +00:00
parent 92b2bd31cf
commit 0830e576c2
1 changed files with 2 additions and 2 deletions

View File

@ -94,9 +94,9 @@ class Http(callbacks.Privmsg):
m = self._doctypeRe.search(s)
if m:
s = utils.normalizeWhitespace(m.group(0))
irc.reply('%s has the following doctype: %s' % (url, s))
irc.reply(s)
else:
irc.reply('%s has no specified doctype.' % url)
irc.reply('That URL has no specified doctype.')
def size(self, irc, msg, args):
"""<url>