diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-27 00:46:10 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-27 00:46:10 +0000 |
commit | 0d02abf9a8a00bd8892100026fad715bb528a862 (patch) | |
tree | 5517ee527737b3bcf0d6160a208654b20f750c99 /src/users.c | |
parent | e3ab258551191bbacf059817603a4300035694f1 (diff) |
Added akillexpire directive to defcon block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1494 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/users.c')
-rw-r--r-- | src/users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.c b/src/users.c index 5dbff3e5c..f03b39837 100644 --- a/src/users.c +++ b/src/users.c @@ -589,7 +589,7 @@ User *do_nick(const char *source, const char *nick, const char *username, const strncat(mask, host, HOSTMAX); alog("DEFCON: adding akill for %s", mask); add_akill(NULL, mask, s_OperServ, - time(NULL) + dotime(DefConAKILL), + time(NULL) + DefConAKILL, DefConAkillReason ? DefConAkillReason : "DEFCON AKILL"); if (check_akill(nick, username, host, vhost, ipbuf)) { |