clix/presence.lua

changeset 164
fafdcde2e2eb
parent 101
956242b7d5df
equal deleted inserted replaced
163:801fcbe4a642 164:fafdcde2e2eb
1 local verse = require "verse";
1 local presence_values = { online = "1", chat = "2", away = "3", xa = "4", dnd = "5", offline = "6" }; 2 local presence_values = { online = "1", chat = "2", away = "3", xa = "4", dnd = "5", offline = "6" };
2 3
3 return function (opts) 4 return function (opts)
4 if opts.short_help then 5 if opts.short_help then
5 print("Display Presence Status"); 6 print("Display Presence Status");

mercurial