mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
use the UNick
This commit is contained in:
parent
8e4e990261
commit
6fd2423ff9
17 changed files with 52 additions and 56 deletions
|
@ -82,7 +82,7 @@ msg(source, mc, data, mapping vars, showingLog, target) {
|
|||
// if (u[UPort] && u[UPort] == query_imp_port()) {
|
||||
// vergleichen mit bisheriger logik in parse.i TODO
|
||||
if (u[UResource][0] == '~')
|
||||
target = find_person(u[UResource][1..]);
|
||||
target = find_person(u[UNick]);
|
||||
else if (u[UUser]) target = find_person(u[UUser]);
|
||||
else target = find_object(u[UResource]);
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue