diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-10-04 04:35:27 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-10-04 04:35:27 +0200 |
| commit | 4446aca4055da69daa398ed3103b069e65a7f2c1 (patch) | |
| tree | f59c0cc4cb5f5d8c1dcfd386cf17f01542c6ff5c /config.toml | |
| parent | 298b43631805cbf9fb5ab78fcb5d784a97879d21 (diff) | |
| download | frippy-4446aca4055da69daa398ed3103b069e65a7f2c1.tar.gz frippy-4446aca4055da69daa398ed3103b069e65a7f2c1.zip | |
Initial bot source
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..e0f4d57 --- /dev/null +++ b/config.toml @@ -0,0 +1,14 @@ +owners = [""] +nickname = "frippy" +realname = "frippy" +server = "" +port = 6697 +encoding = "UTF-8" +channels = [""] +user_info = "IRC Bot" +version = "irc:git:Rust" +source = "https://github.com/Mavulp/frippy" +ping_time = 180 +ping_timeout = 10 +burst_window_length = 8 +max_messages_in_burst = 15 |
