summaryrefslogtreecommitdiffstats
blob: 7adc2b3a29649e0558a682c210106b472392effb (plain)
1
2
3
4
5
function echo_message(command, params, message)
   swiftob_reply_to(message, params)
end

swiftob_register_command("echo", "Anyone", "What did you say?", echo_message)