mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-11 04:31:37 +01:00
Moved the 'missing user in SJOIN' notice to snomask +j
This commit is contained in:
parent
b71c11416a
commit
7424fa2904
2 changed files with 3 additions and 2 deletions
1
Changes
1
Changes
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue