mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
b00a28cbfa
commit
7c9a7e82dd
4 changed files with 17 additions and 2 deletions
|
@ -70,7 +70,7 @@ int msg(string source, string method, string data,
|
|||
return ::msg(source, method, data, vars, showingLog, target);
|
||||
#else // }}}
|
||||
{
|
||||
P2(("%O ist nicht interactive\n", ME))
|
||||
P2(("%O is not interactive (no network connection)\n", ME))
|
||||
if (!member(vars, "_source"))
|
||||
vars["_source"] = UNIFORM(source);
|
||||
// this stuff is causing loops and i don't know how to fix it right now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue