1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 03:16:37 +02:00

- #0003000 reported and patched by Stealth, regarding Send TKL updates to G snomask

This commit is contained in:
stskeeps
2007-04-24 11:51:55 +00:00
parent 3ca6c4d3bc
commit 07c8d7604f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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
+2 -2
View File
@@ -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))
{