diff options
-rw-r--r-- | src/core/bs_bot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/bs_bot.c b/src/core/bs_bot.c index 9999b0c27..9b1fed9a6 100644 --- a/src/core/bs_bot.c +++ b/src/core/bs_bot.c @@ -118,6 +118,7 @@ class CommandBSBot : public Command bi->host = sstrdup(host); bi->real = sstrdup(real); bi->created = time(NULL); + bi->flags = 0; bi->chancount = 0; /* We check whether user with this nick is online, and kill it if so */ |