X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=8ed40da47947e740ed916f5b90dc52de6255fd9d;hp=ced7d5bd15c6fcd16322855c476f123bc9422919;hb=91a0c4e08ea7da4264245de2b41f40f11846c2c4;hpb=e31a348f6e0b54941a7b6ee5243da429f910f34c diff --git a/src/common/main.cpp b/src/common/main.cpp index ced7d5bd..8ed40da4 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -118,6 +118,7 @@ int main(int argc, char **argv) #ifdef HAVE_SSL cliParser->addSwitch("require-ssl", 0, "Require SSL for client connections"); #endif + cliParser->addSwitch("enable-experimental-dcc", 0, "Enable highly experimental and unfinished support for CTCP DCC (DANGEROUS)"); #endif #ifdef HAVE_KDE