diff options
Diffstat (limited to 'src/map/irc-bot.h')
-rw-r--r-- | src/map/irc-bot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/irc-bot.h b/src/map/irc-bot.h index d1bf0866d..f4244e024 100644 --- a/src/map/irc-bot.h +++ b/src/map/irc-bot.h @@ -17,7 +17,7 @@ struct irc_func { struct irc_bot_interface { int fd; - bool isIn; + bool isIn, isOn; unsigned int last_try; unsigned char fails; unsigned long ip; |