X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetworkconfig.h;h=8d758294ac737fc158ca739e26bd3a851bbb568d;hp=f955882801f385aaa74ee045061ab6b5e8e9cf71;hb=cdc6091a2e02b84a48937cda287a0769ceb8726a;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/core/corenetworkconfig.h b/src/core/corenetworkconfig.h index f9558828..8d758294 100644 --- a/src/core/corenetworkconfig.h +++ b/src/core/corenetworkconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -45,6 +45,7 @@ public slots: virtual inline void requestSetAutoWhoInterval(int interval) { setAutoWhoInterval(interval); } virtual inline void requestSetAutoWhoNickLimit(int nickLimit) { setAutoWhoNickLimit(nickLimit); } virtual inline void requestSetAutoWhoDelay(int delay) { setAutoWhoDelay(delay); } + virtual inline void requestSetStandardCtcp(bool enabled) { setStandardCtcp(enabled); } };