X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fisupportmanager.h;h=e5eeb599e7767d450103f777ef019bff551ef835;hb=ad50225dc3d5ce6e44a5009351a7434b7249d233;hp=3a0df78f940f698c8bd58c799465831e2464aa10;hpb=c0aba5b728b0a921d95ec120aa638dab1520b42f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/isupportmanager.h b/include/isupportmanager.h index 3a0df78f9..e5eeb599e 100644 --- a/include/isupportmanager.h +++ b/include/isupportmanager.h @@ -26,6 +26,12 @@ class CoreExport ISupportManager /** The generated lines which are sent to clients. */ std::vector cachedlines; + /** Escapes an ISUPPORT token value and appends it to the buffer. + * @param buffer The buffer to append to. + * @param value An ISUPPORT token value. + */ + void AppendValue(std::string& buffer, const std::string& value); + public: /** (Re)build the ISUPPORT vector. * Called by the core on boot after all modules have been loaded, and every time when a module is loaded