diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-10-06 04:15:18 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-10-11 15:41:32 +0200 |
| commit | 147edae6213df5a6a5d061d50b1912a5e0c4c925 (patch) | |
| tree | 1f43abbe09c6c355e2e617568274af8a796d906e /config.toml | |
| parent | 3bf595091370a76ef76d602909b387b284db410c (diff) | |
| download | frippy-147edae6213df5a6a5d061d50b1912a5e0c4c925.tar.gz frippy-147edae6213df5a6a5d061d50b1912a5e0c4c925.zip | |
Adjust default bot config
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/config.toml b/config.toml index e0f4d57..f5bf43c 100644 --- a/config.toml +++ b/config.toml @@ -1,14 +1,25 @@ -owners = [""] +owners = [] nickname = "frippy" +#nick_password = "" +alt_nicks = ["frippy_", "frippy__"] realname = "frippy" -server = "" +server = "irc.esper.net" +#password = "" port = 6697 +use_ssl = true +#cert_path = "cert.der" encoding = "UTF-8" -channels = [""] +channels = ["#frippy"] +umodes = "+B" user_info = "IRC Bot" -version = "irc:git:Rust" +version = "frippy v0.1.0" source = "https://github.com/Mavulp/frippy" -ping_time = 180 -ping_timeout = 10 -burst_window_length = 8 -max_messages_in_burst = 15 +#ping_time = 180 +#ping_timeout = 10 +#burst_window_length = 8 +#max_messages_in_burst = 15 +#should_ghost = false +#ghost_sequence = [] + +#[channel_keys] +#"#frippy" = "" |
