summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2009-10-30 02:03:57 +0000
committerjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2009-10-30 02:03:57 +0000
commit250aecb68365d059cd1ddebf63992d66ba2185db (patch)
tree5c24153aaa8737a93a23acaf8ba2d21440818b50 /include
parent4ca2b60f91fc51eb37fb099b1bc3ce7ac275e6d7 (diff)
More dynamic detection of channel modes on InspIRCd 1.2.
Also fixes params being linked to the wrong mode. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2598 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r--include/extern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index 050228e6f..c141234ca 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -109,6 +109,8 @@ E char *get_throttle(Channel * chan);
E void set_throttle(Channel * chan, char *value);
E char *get_redirect(Channel * chan);
E void set_redirect(Channel * chan, char *value);
+E char *get_unkwn(Channel * chan);
+E void set_unkwn(Channel *chan, char *value);
E void get_channel_stats(long *nrec, long *memuse);
@@ -215,6 +217,8 @@ E char *cs_get_limit(ChannelInfo * ci);
E void cs_set_limit(ChannelInfo * ci, char *value);
E char *cs_get_redirect(ChannelInfo * ci);
E void cs_set_redirect(ChannelInfo * ci, char *value);
+E char *cs_get_unkwn(ChannelInfo * ci);
+E void cs_set_unkwn(ChannelInfo * ci, char *value);
E int levelinfo_maxwidth;
E ChannelInfo *makechan(const char *chan);