diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-24 18:15:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-24 18:15:37 +0000 |
commit | 800ebbf95d489010e3a99b4975c9b864d96cd0d2 (patch) | |
tree | 465b51c30eb37a3393f129ed1bb325df1e2b8298 /include/wildcard.h | |
parent | c6c17f59976470df912d58a8ab35fe9d823dfe76 (diff) |
Added a bunch of xline stuff and added qline spport for /nick and svsnick
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@713 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/wildcard.h')
-rw-r--r-- | include/wildcard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wildcard.h b/include/wildcard.h index ab6e6d71e..fc73c2d2a 100644 --- a/include/wildcard.h +++ b/include/wildcard.h @@ -3,5 +3,5 @@ void Delete(char* str,int pos); void Insert(char* substr,char* str,int pos); -bool match(char* literal, char* mask); +bool match(const char* literal, const char* mask); |