mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
Fixed typo: reponse->response
This commit is contained in:
parent
67870237fd
commit
dd35f8f610
@ -85,7 +85,7 @@ def reply(msg, s):
|
||||
else:
|
||||
m = ircmsgs.privmsg(msg.nick, s)
|
||||
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
|
||||
|
||||
class RateLimiter:
|
||||
|
Loading…
Reference in New Issue
Block a user