From f80cea1fff6c4dc8a74b087808d2d376ced3e0a9 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 9 Apr 2004 15:30:55 +0000 Subject: [PATCH] Updated help text for notice. --- src/Misc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Misc.py b/src/Misc.py index 94b82a94d..de8b17716 100755 --- a/src/Misc.py +++ b/src/Misc.py @@ -505,8 +505,8 @@ class Misc(callbacks.Privmsg): def notice(self, irc, msg, args): """ - Replies with in a private notice. Use nested commands to your - benefit here. + Replies with 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)