aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc/Readme.md
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2021-03-28 14:03:03 +0200
committerRenaud G <renaud@rolisteam.org>2021-03-28 14:03:03 +0200
commitee2d8b89c41d32a0e341ca564fd8e6e09267a4a6 (patch)
tree11a4d40d4b896b87f6b341acf9f88b9b2da28b99 /irc/Readme.md
parentde55ac4c76ef3f6dbdc6fd2d03e3484bcfccdb0e (diff)
downloadOneRoll-ee2d8b89c41d32a0e341ca564fd8e6e09267a4a6.tar.gz
OneRoll-ee2d8b89c41d32a0e341ca564fd8e6e09267a4a6.zip
[irc] fix compilation
Diffstat (limited to 'irc/Readme.md')
-rw-r--r--irc/Readme.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/irc/Readme.md b/irc/Readme.md
new file mode 100644
index 0000000..4e9f8f8
--- /dev/null
+++ b/irc/Readme.md
@@ -0,0 +1,25 @@
+# Change IRC Connection info
+
+In order to make the bot connect to your irc server/channel you must edit the main.cpp file at line: 41.
+
+
+# Compile
+
+```
+cd source/diceparser
+mkdir build
+cd build
+
+cmake .. -DBUILD_IRC=ON
+make -j8
+```
+
+
+
+# Run it
+
+after 30second the bot must appears in the list of member of the channel.
+
+
+# The IRC protocol
+IRC is managed by hand and its support is very limited.