mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
not ready to say bye bye to USE_THE_NICK
This commit is contained in:
parent
1b9b468ecf
commit
40adfaea01
3 changed files with 16 additions and 7 deletions
|
@ -220,9 +220,6 @@
|
|||
# define NEW_UNLINK
|
||||
# define NEW_RENDER
|
||||
# define MUCSUC
|
||||
#else
|
||||
// the old nick code seems to introduce the remote-part bug
|
||||
# define USE_THE_NICK
|
||||
#endif
|
||||
#define GAMMA // code that has left BETA and is in production use
|
||||
|
||||
|
@ -241,6 +238,9 @@
|
|||
# define HTFORWARD // let person entity buffer output for http usage
|
||||
# endif
|
||||
#else
|
||||
// the old nick code seems to introduce the remote-part bug
|
||||
// but if we don't use it, psyced will render [_nick] wrong in many places
|
||||
# define USE_THE_NICK
|
||||
//# define PRE_SPEC // things that changed during the spec process
|
||||
//# ifndef __PIKE__
|
||||
//# define USE_LIVING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue