mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
_flag_disable_unauthenticated_users
This commit is contained in:
parent
c71c6ada46
commit
25734947cb
7 changed files with 18 additions and 13 deletions
|
@ -138,8 +138,13 @@
|
|||
# define NO_NEWBIES
|
||||
#endif
|
||||
|
||||
#ifdef REGISTERED_USERS_ONLY
|
||||
# echo Please fix your #define REGISTERED_USERS_ONLY
|
||||
# define _flag_disable_unauthenticated_users
|
||||
#endif
|
||||
|
||||
#ifdef RELAY
|
||||
# define NO_NEWBIES // same as REGISTERED_USERS_ONLY ?
|
||||
# define NO_NEWBIES // same as _flag_disable_unauthenticated_users ?
|
||||
// anyway, chance for some ifdef optimizations TODO
|
||||
# define IRCGATE_NICK "PSYC.EU"
|
||||
# undef DEFAULT_USER_OBJECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue