From 1239f94fb23647dbfc352424c7e453e69d777d14 Mon Sep 17 00:00:00 2001 From: Andreas Neue Date: Thu, 1 Aug 2019 11:11:55 +0200 Subject: [PATCH] temporarily removed irc.go --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 311ee97..ef65066 100644 --- a/main.go +++ b/main.go @@ -40,8 +40,8 @@ func main() { modules.Init(sayCh, *mods) modules.BotNick = strings.ToLower(*nick) switch *protocol { - case "irc": - Irc() + //case "irc": + // Irc() case "matrix": Matrix() default: