diff options
Diffstat (limited to '')
-rw-r--r-- | src/extantz/extantz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c index e66750c..87ea40e 100644 --- a/src/extantz/extantz.c +++ b/src/extantz/extantz.c | |||
@@ -62,6 +62,7 @@ static Eina_Bool _data(void *data, int type, Ecore_Con_Event_Server_Data *ev) | |||
62 | _M = lua_gettop(ourGlobals->purkle->L); | 62 | _M = lua_gettop(ourGlobals->purkle->L); |
63 | push_lua(ourGlobals->purkle->L, "@ ( $ )", _M, "append", buf, 0); | 63 | push_lua(ourGlobals->purkle->L, "@ ( $ )", _M, "append", buf, 0); |
64 | PI("Dialog from %s - %s", SID, command); | 64 | PI("Dialog from %s - %s", SID, command); |
65 | // TODO - Somewhere in the chain the new lines that MLP likes to put into llDialog's message munge things. Fix that. | ||
65 | } | 66 | } |
66 | else | 67 | else |
67 | { | 68 | { |