mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Oops, syntax error.
This commit is contained in:
parent
21b1acd3f4
commit
5d10dc2047
@ -120,7 +120,7 @@ class Http(callbacks.Privmsg):
|
||||
irc.reply('%s is %s bytes long.' % (url, len(s)))
|
||||
else:
|
||||
irc.reply('The server didn\'t tell me how long %s is '
|
||||
'but it\'s longer than %s bytes.' % (url, size)
|
||||
'but it\'s longer than %s bytes.' % (url, size))
|
||||
|
||||
def title(self, irc, msg, args):
|
||||
"""<url>
|
||||
|
Loading…
Reference in New Issue
Block a user