mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 14:03:14 +02:00
Doh, forgot to comment the & too...
This commit is contained in:
@@ -1073,3 +1073,4 @@ seen. gmtime warning still there
|
||||
- Removed some ancient debugging code (num - %s)
|
||||
- Wiped out FLAGS_TS8 because I want to move ->flags into the local section and
|
||||
FLAGS_TS8 had 0 purpose except setting CHFL_SERVOPOK (which did nothing)
|
||||
- Fixed typo I made in previous fix causing non-compileness
|
||||
|
||||
+1
-1
@@ -902,7 +902,7 @@ extern int register_user(cptr, sptr, nick, username, umode, virthost)
|
||||
"USER server wrong direction");
|
||||
}
|
||||
else
|
||||
sptr->flags |= (acptr->flags & /* FLAGS_TS8 */);
|
||||
sptr->flags |= (acptr->flags /* & FLAGS_TS8 */);
|
||||
/* *FINALL* this gets in ircd... -- Barubary */
|
||||
/* We change this a bit .. */
|
||||
if (IsULine(sptr->srvptr))
|
||||
|
||||
Reference in New Issue
Block a user