summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 5e5ebce42..595e65db9 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -875,6 +875,10 @@ class CoreExport InspIRCd : public classbase
*/
void BufferedSocketCull();
+ /** Adds an extban char to the 005 token.
+ */
+ void AddExtBanChar(const char *c);
+
char* GetReadBuffer()
{
return this->ReadBuffer;