Updated help text for notice.

This commit is contained in:
Jeremy Fincher 2004-04-09 15:30:55 +00:00
parent 44ab483905
commit f80cea1fff
1 changed files with 2 additions and 2 deletions

View File

@ -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)