|
@@ -8,9 +8,11 @@ You only need to have git, gcc(g++), Qt(libs: qt-core, libqt4-dev(debian)) and t
|
|
|
|
|
|
So, here's the thing:
|
|
So, here's the thing:
|
|
|
|
|
|
->$ git clone https://gitlab.netdome.biz/community-messaging-project/qwbot.git
|
|
|
|
->$ cd qwbot
|
|
|
|
->$ ./install.sh \<target folder\>
|
|
|
|
|
|
+```
|
|
|
|
+$ git clone https://gitlab.netdome.biz/community-messaging-project/qwbot.git
|
|
|
|
+$ cd qwbot
|
|
|
|
+$ ./install.sh <target folder>
|
|
|
|
+```
|
|
|
|
|
|
|
|
|
|
## How do I get the Bot to connect to a server?
|
|
## How do I get the Bot to connect to a server?
|
|
@@ -22,9 +24,13 @@ First, set the "size" - the count of the servers that are to be monitored.
|
|
Then, set the server addresses themselves.
|
|
Then, set the server addresses themselves.
|
|
|
|
|
|
_Example:_
|
|
_Example:_
|
|
->[Servers]
|
|
|
|
->size=2
|
|
|
|
->1\address=123.123.123.123:27101
|
|
|
|
->2\address=hostname:27500
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+[Servers]
|
|
|
|
+size=2
|
|
|
|
+1\address=123.123.123.123:27101
|
|
|
|
+2\address=hostname:27500
|
|
|
|
+```
|
|
|
|
|
|
We know, this is not really intuitive, but the whole thing is designed to normally work automatically, controlled by a "central" server - and that's the other method.
|
|
We know, this is not really intuitive, but the whole thing is designed to normally work automatically, controlled by a "central" server - and that's the other method.
|