forked from Taiiwo/IRCLinkBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinkbot.conf.template
38 lines (38 loc) · 940 Bytes
/
linkbot.conf.template
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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"settings": {
"authenticate": "False",
"botIdent": "IRCLinkBot",
"botName": "IRCLinkBot",
"botNick": "IRCLinkBot",
"botUser": "IRCLinkBot",
"host": "irc.freenode.net",
"port": "6667",
"ssl": "no",
"hoursDiffGMT": "-4",
"joinChannels": [
"#IRCLinkBot"
],
"joinMessage": "LinkBot v4.4b - Now with more code!",
"maxLinkLen": "53",
"messageTimeSpacing": "0.5",
"pluginIgnoreChannels": {
"#freenode": [
"link.py"
]
},
"printRecv": "True",
"printSend": "True",
"recvLen": "512",
"userModes": [
{
"channel": "#IRCLinkBot",
"isAuth": "True",
"modes": "gao",
"nick": "Taiiwo"
}
]
},
"variables": {
"numr": "20"
}
}