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:
parent
ecc5bd32e6
commit
3c782db411
5 changed files with 132 additions and 89 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue