mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Updated help text for notice.
This commit is contained in:
parent
44ab483905
commit
f80cea1fff
@ -505,8 +505,8 @@ class Misc(callbacks.Privmsg):
|
||||
def notice(self, irc, msg, args):
|
||||
"""<text>
|
||||
|
||||
Replies with <text> in a private notice. Use nested commands to your
|
||||
benefit here.
|
||||
Replies with <text> in a notice. Use nested commands to your benefit
|
||||
here. If you want a private notice, nest the private command.
|
||||
"""
|
||||
text = privmsgs.getArgs(args)
|
||||
irc.reply(text, notice=True)
|
||||
|
Loading…
Reference in New Issue
Block a user