summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml14
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