diff options
Diffstat (limited to 'src/hostmask.c')
-rw-r--r-- | src/hostmask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostmask.c b/src/hostmask.c index f7cca41..368378b 100644 --- a/src/hostmask.c +++ b/src/hostmask.c @@ -782,7 +782,7 @@ hostmask_send_expiration(struct AddressRec *arec) break; } - sendto_realops_flags(UMODE_ALL, L_ALL, + sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE, "Temporary %c-line for [%s@%s] expired", ban_type, (arec->aconf->user) ? arec->aconf->user : "*", (arec->aconf->host) ? arec->aconf->host : "*"); |