summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-12-14 21:58:33 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-12-14 21:58:33 +0000
commit511c4b73d258e6b06f1f67a496371cb45aca359e (patch)
tree4da0c1eb3a86977ffc703dfd173d74c2f74a1c53 /src/core
parent6f5bc2258479d0106a89f0a1340468c9d3ef4146 (diff)
Updated docs/IRCD to reflect recent changes in the ircdvar struct, and made botinfo constructors set created time not bs_bot, db loaders will change it later if needed
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2702 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core')
-rw-r--r--src/core/bs_bot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/bs_bot.c b/src/core/bs_bot.c
index fcc671b29..2c0195ee4 100644
--- a/src/core/bs_bot.c
+++ b/src/core/bs_bot.c
@@ -107,8 +107,6 @@ 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);