aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/extantz.c')
-rw-r--r--src/extantz/extantz.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index cfda98c..e66750c 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -55,6 +55,12 @@ static Eina_Bool _data(void *data, int type, Ecore_Con_Event_Server_Data *ev)
55 } 55 }
56 else if (0 == strncmp(command, "llDialog(", 9)) 56 else if (0 == strncmp(command, "llDialog(", 9))
57 { 57 {
58 int _M;
59
60 sprintf(buf, "%s: %s", SID, command);
61 lua_getfield(ourGlobals->purkle->L, LUA_REGISTRYINDEX, ourGlobals->purkle->name);
62 _M = lua_gettop(ourGlobals->purkle->L);
63 push_lua(ourGlobals->purkle->L, "@ ( $ )", _M, "append", buf, 0);
58 PI("Dialog from %s - %s", SID, command); 64 PI("Dialog from %s - %s", SID, command);
59 } 65 }
60 else 66 else