diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:11 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:11 +0000 |
commit | c4d520b465f8aa7f5924b17b697fa760b6ead409 (patch) | |
tree | 96f6c2164077f7319bc6be855ce250e23ec9f07d /include/extern.h | |
parent | 76cc8d0462422eed9d7af255b152c24697821309 (diff) |
Move some stuff to BotInfo methods.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1232 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 94a6328ac..54e9134e8 100644 --- a/include/extern.h +++ b/include/extern.h @@ -74,7 +74,6 @@ E void save_bs_rdb_dbase(void); E BotInfo *findbot(const char *nick); E void bot_join(ChannelInfo *ci); E char *normalizeBuffer(const char *); -E void unassign(User * u, ChannelInfo * ci); E void insert_bot(BotInfo * bi); E void bot_raw_ban(User * requester, ChannelInfo * ci, char *nick, char *reason); |