mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +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):
|
def notice(self, irc, msg, args):
|
||||||
"""<text>
|
"""<text>
|
||||||
|
|
||||||
Replies with <text> in a private notice. Use nested commands to your
|
Replies with <text> in a notice. Use nested commands to your benefit
|
||||||
benefit here.
|
here. If you want a private notice, nest the private command.
|
||||||
"""
|
"""
|
||||||
text = privmsgs.getArgs(args)
|
text = privmsgs.getArgs(args)
|
||||||
irc.reply(text, notice=True)
|
irc.reply(text, notice=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user