-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhayas.conf
81 lines (71 loc) · 1.04 KB
/
hayas.conf
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#################
# SERVER CONFIG #
#################
# server=
# irc.server.net
#
# port=
# 6667
#
server=irc.rizon.net
port=6667
###############
# USER CONFIG #
###############
# nick=
# BotNick
#
# username=
# Username
#
# realname=
# Real Name
#
nick=Hayas
username=hayashi
realname=Nyoro~n :3c
############
# CHANNELS #
############
# chan=
# #channel (comma separated)
#
chan=#desubot
###############
# ADMIN HOSTS #
###############
# adminhosts=
# Permitted hostnames separated by spaces (regex compatible)
#
#########
# BRAIN #
#########
# mode=
# 0 - Silent
# 1 - Brain (regex)
# 2 - Markov's chain based "AI"
# 3 - Brain + Markov
#
# brain=
# filename
#
# markov=
# filename
#
# learning=
# 0 - Turn off Markov's learning process
# 1 - Turn on Markov's learning process
#
mode=3
brain=brain.txt
markov=english.txt
learning=1
#########
# MISC. #
#########
# showraw=
# 0 - Turn off console visualization of incoming RAW data
# 1 - Turn off console visualization of incoming RAW data
#
showraw=0