summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiftob/LuaCommands.h')
-rw-r--r--Swiftob/LuaCommands.h1
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: