Skip to content
Snippets Groups Projects
Verified Commit dd5d861e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Disable DCC support for now

parent 025b642c
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -31,7 +31,8 @@ enum class ExtendedFeature { ...@@ -31,7 +31,8 @@ enum class ExtendedFeature {
VerifyServerSSL, VerifyServerSSL,
/** IRC server custom message rate limits */ /** IRC server custom message rate limits */
CustomRateLimits, CustomRateLimits,
DccFileTransfer, // Currently not supported
// DccFileTransfer,
/** Timestamp formatting in away (e.g. %%hh:mm%%) */ /** Timestamp formatting in away (e.g. %%hh:mm%%) */
AwayFormatTimestamp, AwayFormatTimestamp,
/** Whether or not the core supports auth backends. */ /** Whether or not the core supports auth backends. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment