diff options
author | Jordan Bracco <href@random.sh> | 2022-12-20 12:27:14 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:42 +0100 |
commit | accc58f9e2569c5269b54031f563d9d2c0acd487 (patch) | |
tree | 0a016cfdf9e2c3fbecbbbb3b71484db215b67326 /lib/irc | |
parent | chore(plugins)!: remove deprecated outline plugin, refs T77. (diff) |
chore: config example update, add version to footer, remove useless module, refs T77.
Diffstat (limited to 'lib/irc')
-rw-r--r-- | lib/irc/conns.ex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/irc/conns.ex b/lib/irc/conns.ex deleted file mode 100644 index b0e5d3c..0000000 --- a/lib/irc/conns.ex +++ /dev/null @@ -1,3 +0,0 @@ -defmodule IRC.Conns do - -end |