mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +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)
|
||||
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
|
||||
|
@ -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)'
|
||||
|
Loading…
Reference in New Issue
Block a user