Remove replySuccess.

This commit is contained in:
Jeremy Fincher 2004-03-01 18:32:56 +00:00
parent b9483aee3b
commit d3de7cbe30

View File

@ -258,7 +258,6 @@ class Relay(callbacks.Privmsg):
Owner = irc.getCallback('Owner')
Owner.disambiguate(irc, args)
self.Proxy(otherIrc, msg, args)
irc.replySuccess()
command = privmsgs.checkCapability(command, 'admin')
def say(self, irc, msg, args):