summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-10-16 00:33:58 +0200
committerJokler <jokler.contact@gmail.com>2017-10-16 00:33:58 +0200
commita815a897c60a3c9d098b40a39e3d0549d5230b88 (patch)
tree1de4e9e1715bf231928c49ab9ceca14a95cd3a20 /config.toml
parent4130d9b299265df7c06a9dcfa426746a870be615 (diff)
downloadfrippy-a815a897c60a3c9d098b40a39e3d0549d5230b88.tar.gz
frippy-a815a897c60a3c9d098b40a39e3d0549d5230b88.zip
Rewrite run() and add logging
The logger is created in main.rs for now and just logs messages over println. Changes on run() - Added Log Messages - Allow multiple configs which create one IrcServer each - Use tokio-core to keep IrcServers in the main thread
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml25
1 files changed, 0 insertions, 25 deletions
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 31049f9..0000000
--- a/config.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-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.2.0"
-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" = ""