mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-06 11:33:39 -05: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]
|
target = self.private and self.to or self.msg.args[0]
|
||||||
if self.finalEvaled:
|
if self.finalEvaled:
|
||||||
try:
|
try:
|
||||||
if not isinstance(self.irc, irclib.Irc):
|
if isinstance(self.irc, self.__class__):
|
||||||
s = s[:conf.supybot.reply.maximumLength()]
|
s = s[:conf.supybot.reply.maximumLength()]
|
||||||
return self.irc.reply(s, to=self.to,
|
return self.irc.reply(s, to=self.to,
|
||||||
notice=self.notice,
|
notice=self.notice,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user