From 1ce2725f1e19d9140f478acd5631f837dd4ba8ed Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 27 Feb 2016 19:07:03 -0800 Subject: [PATCH] bots: update help for 'msg' command (reflect changes made for #161) --- plugins/bots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bots.py b/plugins/bots.py index e47559d..90127e8 100644 --- a/plugins/bots.py +++ b/plugins/bots.py @@ -202,7 +202,7 @@ def msg(irc, source, args): target = args[0] text = ' '.join(args[1:]) except IndexError: - irc.reply('Error: Not enough arguments. Needs 3: source nick, target, text.') + irc.reply('Error: Not enough arguments. Needs 2-3: source nick (optional), target, text.') return if not text: