summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-11-25 04:52:49 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-11-25 04:52:49 +0000
commite2c6825cd233a4271f7bdb79c2f294ad7c4566b9 (patch)
tree911308889941bb32e1151910ebf95947c8bb6000 /include
parentfdcc5b5ee1f25a0abdc3925332c3f920578e0591 (diff)
Cleaned up a lot of the channel access reordering code, properly change users with less than voice access on channels to XOP, and fix a potential crashbug after switching to XOP on IRCds that do not support halfop
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2667 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r--include/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index c141234ca..65375da09 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -224,6 +224,7 @@ E int levelinfo_maxwidth;
E ChannelInfo *makechan(const char *chan);
E int is_identified(User * user, ChannelInfo * ci);
E char *get_mlock_modes(ChannelInfo * ci, int complete);
+E void CleanAccess(ChannelInfo *ci);
/**** compat.c ****/