mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Fixed the broken mores.
This commit is contained in:
parent
47b42eebff
commit
bc9cdc4927
@ -800,7 +800,7 @@ class IrcObjectProxy(IrcReplyProxy):
|
||||
target = self.private and self.to or self.msg.args[0]
|
||||
if self.finalEvaled:
|
||||
try:
|
||||
if not isinstance(self.irc, irclib.Irc):
|
||||
if isinstance(self.irc, self.__class__):
|
||||
s = s[:conf.supybot.reply.maximumLength()]
|
||||
return self.irc.reply(s, to=self.to,
|
||||
notice=self.notice,
|
||||
|
Loading…
Reference in New Issue
Block a user