Moved the 'missing user in SJOIN' notice to snomask +j

This commit is contained in:
codemastr 2003-03-24 17:36:27 +00:00
parent b71c11416a
commit 7424fa2904
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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;