blob: 56e52403fafeb34ac407eb4fdaeeab0ee747884a (
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
26
27
28
29
30
|
owners = []
nickname = "frippy"
#nick_password = ""
alt_nicks = ["frippy_", "frippy__"]
realname = "frippy"
server = ""
#password = ""
port = 6697
use_ssl = true
#cert_path = "cert.der"
encoding = "UTF-8"
channels = ["#frippy"]
umodes = "+B"
user_info = "IRC Bot"
version = "frippy v0.3.1"
source = "https://github.com/Mavulp/frippy"
#ping_time = 180
#ping_timeout = 10
#burst_window_length = 8
#max_messages_in_burst = 15
#should_ghost = false
#ghost_sequence = []
#[channel_keys]
#"#frippy" = ""
[options]
#disabled_plugins = "Url"
# If no database url is set a HashMap is used
#mysql_url = "mysql://user:password@address/db"
|