Commit 4b5c2556 authored by vvaltman's avatar vvaltman

updated tgl

parent 4f9cde9a
......@@ -445,7 +445,9 @@ void push_message (struct tgl_message *M) {
}
if (M->flags & TGLMF_MENTION) {
lua_add_num_field ("mention", 1);
lua_pushstring (luaState, "mention");
lua_pushboolean (luaState, 1);
lua_settable (luaState, -3);
}
lua_pushstring (luaState, "from");
......
Subproject commit a4588778f998d0f27fb7e342a84b2b4ab56274dc
Subproject commit 16830c9872745a73b77767db477ecf1f5463bf8f
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment