diff --git a/src/irc.coffee b/src/irc.coffee index ad5757c..b52b8ce 100644 --- a/src/irc.coffee +++ b/src/irc.coffee @@ -48,8 +48,7 @@ class IrcBot extends Adapter console.log('left %s', channel) command: (command, strings...) -> - for str in strings - @bot.send command, str + @bot.send command, strings... run: -> self = @