diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 2 |
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() { |