]> jfr.im git - irc/rizon/znc.git/blame - ZNCDebug.cpp
Write forceserver and webircpassword to conf
[irc/rizon/znc.git] / ZNCDebug.cpp
CommitLineData
ac5c021c
US
1/*
2 * Copyright (C) 2004-2011 See the AUTHORS file for details.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License version 2 as published
6 * by the Free Software Foundation.
7 */
8
9#include "ZNCDebug.h"
10
11bool CDebug::stdoutIsTTY = true;
12bool CDebug::debug =
13#ifdef _DEBUG
14 true;
15#else
16 false;
17#endif