Initial commit with IRC and bot example.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-06-12 17:29:35 -04:00
commit 6340936895
20 changed files with 793 additions and 0 deletions

7
config/config.exs Normal file
View File

@@ -0,0 +1,7 @@
use Mix.Config
config :logger,
backends: [:console],
compile_time_purge_matching: [
[level_lower_than: :debug]
]