mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 19:44:13 +01:00
Misc: Notify the caller when @tell succeeded. Closes GH-97.
This commit is contained in:
parent
e2b598d5b7
commit
9cd2c31dd4
@ -423,6 +423,7 @@ class Misc(callbacks.Plugin):
|
|||||||
text = '* %s %s' % (irc.nick, text)
|
text = '* %s %s' % (irc.nick, text)
|
||||||
s = _('%s wants me to tell you: %s') % (msg.nick, text)
|
s = _('%s wants me to tell you: %s') % (msg.nick, text)
|
||||||
irc.reply(s, to=target, private=True)
|
irc.reply(s, to=target, private=True)
|
||||||
|
irc.replySuccess()
|
||||||
tell = wrap(tell, ['something', 'text'])
|
tell = wrap(tell, ['something', 'text'])
|
||||||
|
|
||||||
@internationalizeDocstring
|
@internationalizeDocstring
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"""stick the various versioning attributes in here, so we only have to change
|
"""stick the various versioning attributes in here, so we only have to change
|
||||||
them once."""
|
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)'
|
||||||
|
Loading…
Reference in New Issue
Block a user