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)