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:
parent
ffe58ced2c
commit
6b8e138eb4
6 changed files with 11 additions and 8 deletions
|
@ -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]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue