diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-12-14 03:50:23 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-12-14 03:50:23 +0000 |
commit | 744d6d40306739a9a16b3fd7adaea9c8dc1f5c8e (patch) | |
tree | 91235c6f8a7a38f585145663c952910022accceb /src/core | |
parent | d4af97a7a7bac9fb6dba1b223700fcdc614ae024 (diff) |
Set the created time for BotServ bots correctly
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2700 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/bs_bot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/bs_bot.c b/src/core/bs_bot.c index 2c0195ee4..fcc671b29 100644 --- a/src/core/bs_bot.c +++ b/src/core/bs_bot.c @@ -107,6 +107,8 @@ class CommandBSBot : public Command return MOD_CONT; } + bi->created = time(NULL); + /* We check whether user with this nick is online, and kill it if so */ EnforceQlinedNick(nick, Config.s_BotServ); |