mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Fixed typo: reponse->response
This commit is contained in:
parent
67870237fd
commit
dd35f8f610
@ -85,7 +85,7 @@ def reply(msg, s):
|
|||||||
else:
|
else:
|
||||||
m = ircmsgs.privmsg(msg.nick, s)
|
m = ircmsgs.privmsg(msg.nick, s)
|
||||||
if len(m) > 450:
|
if len(m) > 450:
|
||||||
m = reply(msg, 'My reponse would\'ve been too long.')
|
m = reply(msg, 'My response would\'ve been too long.')
|
||||||
return m
|
return m
|
||||||
|
|
||||||
class RateLimiter:
|
class RateLimiter:
|
||||||
|
Loading…
Reference in New Issue
Block a user