add a rudimentary irc module

This commit is contained in:
Adrian Malacoda
2018-02-25 04:47:04 -06:00
parent 906b5709d0
commit c6dc3f15b8
6 changed files with 176 additions and 11 deletions

View File

@@ -16,6 +16,8 @@ time = "0.1"
regex = "0.2"
multimap = "0.4.0"
notify = "4.0.0"
irc = "0.11.8" # latest version which supports old openssl version (required by discord)
thread_local = "0.3"
pvn = { git = "http://gitlab.monarch-pass.net/malacoda/pvn.git" }
echobox = { git = "http://gitlab.monarch-pass.net/malacoda/echobox.git" }
stc = { git = "http://gitlab.monarch-pass.net/malacoda/stc.git" }