mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 03:06:38 +02:00
Moved the 'missing user in SJOIN' notice to snomask +j
This commit is contained in:
@@ -2001,3 +2001,4 @@ seen. gmtime warning still there
|
||||
This feature is disabled by default (see NO_FLOOD_AWAY in config.h).
|
||||
- Added set::anti-flood::away-count and set::anti-flood::away-period to control the away flood
|
||||
system.
|
||||
- Moved the "missing user in SJOIN" notice to snomask +j
|
||||
|
||||
+2
-2
@@ -4888,8 +4888,8 @@ CMD_FUNC(m_sjoin)
|
||||
{
|
||||
if (!(acptr = find_person(nick, NULL)))
|
||||
{
|
||||
sendto_realops
|
||||
("Missing user %s in SJOIN for %s from %s (%s)",
|
||||
sendto_snomask
|
||||
(SNO_JUNK, "Missing user %s in SJOIN for %s from %s (%s)",
|
||||
nick, chptr->chname, sptr->name,
|
||||
backupbuf);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user