diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-07-21 19:31:16 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-07-21 19:36:20 (GMT) |
commit | 053128df5c36b80c35e8ec5483125305f8fc86ea (patch) | |
tree | 1eefb685b32dba1816501d72733dedbdf2717e08 /Swiftob/LuaCommands.h | |
parent | 12024c66fe21c62b158552abe26b1bcfa142ffe8 (diff) | |
download | swift-contrib-053128df5c36b80c35e8ec5483125305f8fc86ea.zip swift-contrib-053128df5c36b80c35e8ec5483125305f8fc86ea.tar.bz2 |
Adding MUC kicking support to Swiftob bots
Diffstat (limited to 'Swiftob/LuaCommands.h')
-rw-r--r-- | Swiftob/LuaCommands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiftob/LuaCommands.h b/Swiftob/LuaCommands.h index b82959e..97ea87c 100644 --- a/Swiftob/LuaCommands.h +++ b/Swiftob/LuaCommands.h @@ -72,6 +72,7 @@ class LuaCommands { int muc_input_to_jid(lua_State *L); int store_setting(lua_State *L); int get_setting(lua_State *L); + int muc_kick(lua_State *L); static LuaCommands* commandsFromLua(lua_State *L); static Storage* storageFromLua(lua_State *L); private: |