forked from benlk/sadface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.ini
More file actions
40 lines (36 loc) · 1.25 KB
/
default.ini
File metadata and controls
40 lines (36 loc) · 1.25 KB
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
39
[Connection]
# Host and port
host: irc.server.net
port: 6667
# Server password. For Freenode Nickserv, this is of the form account:password
password: account:password
[Bot]
# Bot nickname
nickname: sadface
erroneousNickFallback: sadface_
# Channel to join, no #
channel: channel
# Realname of bot
realname: This bot belongs to Boom_Farmer
# username of bot
username: sadface
userinfo: A markov chain bot
versionName: sadface bot rev7
[Brain]
# To reply to direct notices or not?
# enter '0' for no replies to messages. Useful for just sitting and listening.
# enter '1' for replies to messages containing a highlight
# enter '2' for replies to messages starting with a highlight, of the form nickname + "[:,#]* ?"
reply: 1
# Location of a plain text file contining sentences separated by \n
brain_file: brain_file.txt
ignore_file: ignore_file.txt
# Marks end of sentence in the brain file. Do not change unless your brain_file is formatted differently
STOP_WORD: \n
# How many words to use to find the next sentence
chain_length: 2
# How often the bot replies to people without prompting,
# where 1.0 is 100 percent of the time and 0.0 is 0 percent.
chattiness: 0.0
# Maximum sentence length in words, can be very large. Keep it small to prevent flooding.
max_words: 70