summaryrefslogtreecommitdiff
path: root/src/core/bs_bot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bs_bot.c')
-rw-r--r--src/core/bs_bot.c2
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);