Merge pull request #623 from Mkaysi/channel

Channel.Alert gives success message now. Fixes #544.
This commit is contained in:
Valentin Lorentz 2014-05-09 23:23:57 +02:00
commit bbf858791d

View File

@ -915,6 +915,7 @@ class Channel(callbacks.Plugin):
hostmask = irc.state.nickToHostmask(nick)
if ircdb.checkCapability(hostmask, capability):
irc.reply(s, to=nick, private=True)
irc.replySuccess()
@internationalizeDocstring
def alert(self, irc, msg, args, channel, text):