aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc/Readme.md
blob: 4e9f8f8bd6ee33814400eb1e5bd1310d4d6809bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.