diff options
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index ed3323c3b..67364c0f5 100644 --- a/include/extern.h +++ b/include/extern.h @@ -36,6 +36,14 @@ E bool bad_password(User *u); E void sqline(const std::string &mask, const std::string &reason); E void common_unban(ChannelInfo *ci, const std::string &nick); +E BotInfo *BotServ; +E BotInfo *ChanServ; +E BotInfo *Global; +E BotInfo *HostServ; +E BotInfo *MemoServ; +E BotInfo *NickServ; +E BotInfo *OperServ; + /**** botserv.c ****/ E BotInfo *botlists[256]; |