diff --git a/Changes b/Changes index f807d577c..3c563c05c 100644 --- a/Changes +++ b/Changes @@ -1619,3 +1619,4 @@ MOTDs max link pass length. This now -WARNS- when there is a password bigger than PASSWDLEN. - Patch by WolfSage to make /rehash -all case insensitive. +- #0003000 reported and patched by Stealth, regarding Send TKL updates to G snomask diff --git a/src/modules/m_tkl.c b/src/modules/m_tkl.c index f9d56e1d3..a109b4834 100644 --- a/src/modules/m_tkl.c +++ b/src/modules/m_tkl.c @@ -1965,11 +1965,11 @@ int _m_tkl(aClient *cptr, aClient *sptr, int parc, char *parv[]) if (tk->type & TKL_NICK) { if (!(*tk->usermask) == 'H') - sendto_snomask(SNO_JUNK, "tkl update for %s/reason='%s'/by=%s/set=%ld/expire=%ld [causedby: %s]", + sendto_snomask(SNO_TKL, "tkl update for %s/reason='%s'/by=%s/set=%ld/expire=%ld [causedby: %s]", tk->hostmask, tk->reason, tk->setby, tk->set_at, tk->expire_at, sptr->name); } else - sendto_snomask(SNO_JUNK, "tkl update for %s@%s/reason='%s'/by=%s/set=%ld/expire=%ld [causedby: %s]", + sendto_snomask(SNO_TKL, "tkl update for %s@%s/reason='%s'/by=%s/set=%ld/expire=%ld [causedby: %s]", tk->usermask, tk->hostmask, tk->reason, tk->setby, tk->set_at, tk->expire_at, sptr->name); if ((parc == 11) && (type & TKL_SPAMF)) {