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

multiple connections per user

This commit is contained in:
Gabor Adam Toth 2010-02-14 02:58:06 +01:00
parent ecc5bd32e6
commit 3c782db411
5 changed files with 132 additions and 89 deletions

View file

@ -36,7 +36,7 @@
#ifdef RELAY
# define ONLINE (availability != 0)
#else
# define ONLINE (ME && (interactive(ME) || v("locations")[0]))
# define ONLINE (ME && (interactive(ME) || (member(v("locations"), 0) && sizeof(v("locations")[0]))))
#endif
#ifdef NO_NEWBIES