Misc: Notify the caller when @tell succeeded. Closes GH-97.

This commit is contained in:
Valentin Lorentz 2011-08-07 11:30:51 +02:00
parent e2b598d5b7
commit 9cd2c31dd4
2 changed files with 2 additions and 1 deletions

View File

@ -423,6 +423,7 @@ class Misc(callbacks.Plugin):
text = '* %s %s' % (irc.nick, text)
s = _('%s wants me to tell you: %s') % (msg.nick, text)
irc.reply(s, to=target, private=True)
irc.replySuccess()
tell = wrap(tell, ['something', 'text'])
@internationalizeDocstring

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change
them once."""
version = '0.83.4.1+limnoria (2011-08-07T11:16:49+0200)'
version = '0.83.4.1+limnoria (2011-08-07T11:30:51+0200)'