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: