summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-04 03:04:44 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-04 03:04:44 +0000
commit9225720d96ceec2cf7c74e1470cd3ad8e250eaa7 (patch)
tree24520decb70005bc2720605496b785dbe7d52d9b /include/inspircd.h
parent67cd9cff246d66c5a4b3faa4f55c139560bf6a84 (diff)
Added new <banlist> tags, allows dynamic banlist sizes on a per channel basis
rather than hard coded or network wide git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@973 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 1a19584f6..0250f720e 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -156,6 +156,7 @@ void DoSplitEveryone();
char islast(const char* s);
long map_count(const char* s);
userrec* ReHashNick(char* Old, char* New);
+long GetMaxBans(char* name);
// mesh network functions