From d3fc6a4b5c48200d0b010adb0a711b5d38155e59 Mon Sep 17 00:00:00 2001 From: Andreas Neue Date: Thu, 1 Aug 2019 14:46:01 +0200 Subject: [PATCH] removed duplicate call of modules.Init() --- irc.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/irc.go b/irc.go index 769d701..cb4ab92 100644 --- a/irc.go +++ b/irc.go @@ -43,9 +43,6 @@ func Irc(say chan string) { go CheckConnection(bot) go Ping(bot) - modules.Init(say, *mods) - modules.BotNick = strings.ToLower(*name) - for { var targets string for {