summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorspecial <special@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-16 09:50:23 +0000
committerspecial <special@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-16 09:50:23 +0000
commit14e4768140d796b3cb9eb979e74e48bffabd9bfc (patch)
treee57758a708015353bed13a70e25c1d7777cf977b /include/inspircd.h
parent403d16068410909b8d352588dc83f6d255a018b7 (diff)
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
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h2
1 files changed, 1 insertions, 1 deletions
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()
{