removed duplicate call of modules.Init()

This commit is contained in:
Andreas Neue 2019-08-01 14:46:01 +02:00
parent fd45d3076c
commit d3fc6a4b5c
1 changed files with 0 additions and 3 deletions

3
irc.go
View File

@ -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 {