From b7a8b597b00eedde277836eb8530ba742edcad5d Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 25 Dec 2013 09:00:59 +0100 Subject: commit initial bits --- server/ircnetworkconfig.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 server/ircnetworkconfig.h (limited to 'server/ircnetworkconfig.h') diff --git a/server/ircnetworkconfig.h b/server/ircnetworkconfig.h new file mode 100644 index 0000000..bfbf098 --- /dev/null +++ b/server/ircnetworkconfig.h @@ -0,0 +1,13 @@ +#ifndef IRCNETWORKCONFIG_H +#define IRCNETWORKCONFIG_H + +#include + +struct IRCNetworkConfig { + QString hostname; + int port; + QString password; + bool useSSL; +}; + +#endif // IRCNETWORKCONFIG_H -- cgit v1.2.3