diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-04 03:04:44 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-04 03:04:44 +0000 |
commit | 9225720d96ceec2cf7c74e1470cd3ad8e250eaa7 (patch) | |
tree | 24520decb70005bc2720605496b785dbe7d52d9b /include/inspircd.h | |
parent | 67cd9cff246d66c5a4b3faa4f55c139560bf6a84 (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.h | 1 |
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 |