-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
59 lines (46 loc) · 1.27 KB
/
config.ini
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
[bot]
nick = hslbot
username = hslbot
# Specify host!
# host = localhost
port = 6667
# uncomment this if you want ssl support
# ssl = true
# uncomment this if you don't want to check the certificate
# ssl_verify = CERT_NONE
# uncomment this if you want to use sasl authentication
# sasl_username = hslbot
# sasl_password = yourpassword
includes =
irc3.plugins.command
# irc3.plugins.uptime
# irc3.plugins.ctcp
hslbot
# the bot will join #hslbot_channel
# ${#} is replaced by the # char
autojoins =
${#}hslbot
# Autojoin delay, disabled by default
# float or int value
# autojoin_delay = 3.1
# The maximum amount of lines irc3 sends at once.
# Default to 4, set to 0 to disable
# flood_burst = 10
# The number of lines per $flood_rate_delay seconds irc3 sends after reaching
# the $flood_burst limit.
# Default to 1
# flood_rate = 2
# The bot will send $flood_rate messages per $flood_rate_delay seconds
# Default to 1
# flood_rate_delay = 5
[irc3.plugins.command]
# command plugin configuration
# set command char
cmd = !
# set guard policy
guard = irc3.plugins.command.mask_based_policy
[irc3.plugins.command.masks]
# this section is used by the guard to secure the bot's command
# change your nickname and uncomment the line below
ronja!*@* = all_permissions
* = view