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
|
@ -988,7 +988,7 @@ protected int deliver(mixed ip, string host, string mc, string buffer, mapping c
|
|||
}
|
||||
#ifdef NONIX
|
||||
if (strlen(u[UResource]) > 1)
|
||||
cvars["_INTERNAL_nick_target"] = u[UResource][1..];
|
||||
cvars["_INTERNAL_nick_target"] = u[UNick];
|
||||
#endif
|
||||
P3(("DEBUG: is_localhost is %O for %O of %O\n",
|
||||
is_localhost(u[UHost]), u[UHost], u))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue