From 800ebbf95d489010e3a99b4975c9b864d96cd0d2 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 24 Apr 2004 18:15:37 +0000 Subject: 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 --- src/wildcard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wildcard.cpp') diff --git a/src/wildcard.cpp b/src/wildcard.cpp index 41070d145..f74de804a 100644 --- a/src/wildcard.cpp +++ b/src/wildcard.cpp @@ -75,7 +75,7 @@ if ((strstr(mask,"*")==0) && (strlen(literal) != strlen(mask))) } -bool match(char* literal, char* mask) +bool match(const char* literal, const char* mask) { char L[10240]; char M[10240]; -- cgit v1.3.1-10-gc9f91