mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 15:03:13 +02:00
- Disable sending of UHNAMES when HTM (High Traffic Mode) is ON,
suggested by driew (#3900).
This commit is contained in:
@@ -2474,3 +2474,5 @@
|
||||
always generating one.
|
||||
- Added missing Mod_Header to m_sasl.c
|
||||
- Remove old reference to networks/ directory from Windows installer
|
||||
- Disable sending of UHNAMES when HTM (High Traffic Mode) is ON,
|
||||
suggested by driew (#3900).
|
||||
|
||||
@@ -206,7 +206,7 @@ DLLFUNC CMD_FUNC(m_names)
|
||||
buf[idx++] = '+';
|
||||
}
|
||||
|
||||
if (!uhnames) {
|
||||
if (lifesux || !uhnames) {
|
||||
s = acptr->name;
|
||||
} else {
|
||||
strlcpy(nuhBuffer,
|
||||
|
||||
Reference in New Issue
Block a user