function run(msg, matches) cow = matches[1] local receiver = get_receiver(msg) local text = run_bash('cowsay "' .. cow .. '"') send_msg(receiver, text, ok_cb, false) end return { description = "", usage = {""}, patterns = {"^/cowsay (.*)$"}, run = run } --by Akamaru [https://ponywave.de]