]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/wildcard.h
Added channel 'counter', increases speed of quits, parts, kicks
[user/henk/code/inspircd.git] / include / wildcard.h
1 /*       +------------------------------------+
2  *       | Inspire Internet Relay Chat Daemon |
3  *       +------------------------------------+
4  *
5  *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
6  *                       E-mail:
7  *                <brain@chatspike.net>
8  *                <Craig@chatspike.net>
9  *     
10  * Written by Craig Edwards, Craig McLure, and others.
11  * This program is free but copyrighted software; see
12  *            the file COPYING for details.
13  *
14  * ---------------------------------------------------
15  */
16
17 #include <string>
18 #include "inspircd_config.h"
19
20 void Delete(char* str,int pos);
21 void Insert(char* substr,char* str,int pos);
22 bool match(const char* literal, const char* mask);
23