X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspircd.h;h=9ef5dbcfb932f80587852d6481db4fa43b093c1a;hb=21bb2f2acf59f1bdf2853908fe82601531068a21;hp=5e5ebce421518d7e4f45433c7253cad470b3d145;hpb=95538518b3d672ffd9ad46a91293a8b2d4b35220;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index 5e5ebce42..9ef5dbcfb 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -235,7 +235,7 @@ class serverstats : public classbase }; /** A list of failed port bindings, used for informational purposes on startup */ -typedef std::vector > FailedPortList; +typedef std::vector > FailedPortList; class InspIRCd; @@ -875,6 +875,10 @@ class CoreExport InspIRCd : public classbase */ void BufferedSocketCull(); + /** Adds an extban char to the 005 token. + */ + void AddExtBanChar(char c); + char* GetReadBuffer() { return this->ReadBuffer;