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

ideas for better mood methods

This commit is contained in:
psyc://psyced.org/~lynX 2011-04-27 17:40:30 +02:00
parent ea815f871f
commit cefc6ccad9
3 changed files with 58 additions and 17 deletions

View file

@ -46,7 +46,7 @@ void dispatch(mixed header_vars, mixed varops, mixed method, mixed body) {
if ((t = vars["_target"])) {
array(mixed) u;
unless (u = parse_uniform(t)) {
DISPATCHERROR("target is not an uniform\n")
DISPATCHERROR("target is not a uniform\n")
}
// FIXME relaying support here?
if (!is_localhost(lower_case(u[UHost]))) {