mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Fix the output of doctype, I don't care if we're different from mozbot.
This commit is contained in:
parent
92b2bd31cf
commit
0830e576c2
@ -94,9 +94,9 @@ class Http(callbacks.Privmsg):
|
|||||||
m = self._doctypeRe.search(s)
|
m = self._doctypeRe.search(s)
|
||||||
if m:
|
if m:
|
||||||
s = utils.normalizeWhitespace(m.group(0))
|
s = utils.normalizeWhitespace(m.group(0))
|
||||||
irc.reply('%s has the following doctype: %s' % (url, s))
|
irc.reply(s)
|
||||||
else:
|
else:
|
||||||
irc.reply('%s has no specified doctype.' % url)
|
irc.reply('That URL has no specified doctype.')
|
||||||
|
|
||||||
def size(self, irc, msg, args):
|
def size(self, irc, msg, args):
|
||||||
"""<url>
|
"""<url>
|
||||||
|
Loading…
Reference in New Issue
Block a user