X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=2036194c1d16f67c0751aa673c0651e3d96a1209;hp=ced7d5bd15c6fcd16322855c476f123bc9422919;hb=6f82edb27a2ed2c77b36591e492d8aa2671344ef;hpb=bd2f6b000aca217a680b24b59effb2fb6489be4b diff --git a/src/common/main.cpp b/src/common/main.cpp index ced7d5bd..2036194c 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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