diff options
author | shennetsind <ind@henn.et> | 2013-04-24 10:54:37 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-24 10:54:37 -0300 |
commit | 5a74f3f57a671e7729d8f48cdcc1d6f9454f504b (patch) | |
tree | b7de83d6cef4fa13380ccfb820efda1d10dd3bd1 /src/map/irc-bot.h | |
parent | 7ef89df2da4b688fabe6362f13c2f1583dcdf60f (diff) | |
download | hercules-5a74f3f57a671e7729d8f48cdcc1d6f9454f504b.tar.gz hercules-5a74f3f57a671e7729d8f48cdcc1d6f9454f504b.tar.bz2 hercules-5a74f3f57a671e7729d8f48cdcc1d6f9454f504b.tar.xz hercules-5a74f3f57a671e7729d8f48cdcc1d6f9454f504b.zip |
Fixed msvc warning on irc-bot
Special Thanks to Zopokx!
Signed-off-by: shennetsind <ind@henn.et>
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; |