mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
let is_localhost() do its lower_case itself.. thx fip
This commit is contained in:
parent
15dd8c0ada
commit
a0cc248e00
15 changed files with 25 additions and 25 deletions
|
@ -868,7 +868,7 @@ jabberMsg(XMLNode node, mixed origin, mixed *su, array(mixed) tu) {
|
|||
case "jabber:iq:last":
|
||||
switch(t) {
|
||||
case "get":
|
||||
if (isplacemsg || is_localhost(lower_case(target)))
|
||||
if (isplacemsg || is_localhost(target))
|
||||
o = "/" + (tu[UResource] || "");
|
||||
else
|
||||
o = summon_person(tu[UUser]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue