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:
@@ -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
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user