From 14e4768140d796b3cb9eb979e74e48bffabd9bfc Mon Sep 17 00:00:00 2001 From: special Date: Wed, 16 Jul 2008 09:50:23 +0000 Subject: Applied patch by psychon to make AddExtBanChar correctly take a single char git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10024 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 595e65db9..10729d308 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -877,7 +877,7 @@ class CoreExport InspIRCd : public classbase /** Adds an extban char to the 005 token. */ - void AddExtBanChar(const char *c); + void AddExtBanChar(char c); char* GetReadBuffer() { -- cgit v1.2.3