aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc/Readme.md
diff options
context:
space:
mode:
authorRenaud Guezennec <renaud@rolisteam.org>2022-04-28 14:54:54 +0000
committerRenaud Guezennec <renaud@rolisteam.org>2022-04-28 14:54:54 +0000
commita9153f1615a842cfb9e9bcda4d9071e202618569 (patch)
treec32bc32babc539accedce9f3a125b4d2c2413b9a /irc/Readme.md
parentaaecbb75bbfe10ec44a3fff83bda6828da4b4518 (diff)
downloadOneRoll-a9153f1615a842cfb9e9bcda4d9071e202618569.tar.gz
OneRoll-a9153f1615a842cfb9e9bcda4d9071e202618569.zip
Remove support for IRC and webserver
Diffstat (limited to 'irc/Readme.md')
-rw-r--r--irc/Readme.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/irc/Readme.md b/irc/Readme.md
deleted file mode 100644
index 4e9f8f8..0000000
--- a/irc/Readme.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.