1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 22:53:12 +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
+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))
{