1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

_error_status_person_connected

This commit is contained in:
psyc://psyced.org/~lynX 2011-01-19 15:37:08 +01:00
parent ffe58ced2c
commit 6b8e138eb4
6 changed files with 11 additions and 8 deletions

View file

@ -874,6 +874,10 @@ varargs mixed sendmsg(mixed target, string mc, mixed data, vamapping vars,
register_target(target, o);
o -> msg(source, mc, data, vars);
return 3;
#endif
#ifdef RTMP_PATH
case "rtmp":
return 0; // unreachable
#endif
}
if (schemes[u[UScheme]])