if msg[0] == '!' [cmd, args...] = msg.slice(1).split(' ') require("commands/#{cmd}").exec(chat, args)