4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 08:39:24 +00:00

Cleanup irc bridge debug/info messages

This commit is contained in:
Wim
2016-09-19 23:35:47 +02:00
parent 4737442185
commit 18504ec08d
2 changed files with 18 additions and 14 deletions

View File

@ -427,7 +427,7 @@ func (irc *Connection) Connect(server string) error {
}
irc.stopped = false
irc.Log.Printf("Connected to %s (%s)\n", irc.Server, irc.socket.RemoteAddr())
//irc.Log.Printf("Connected to %s (%s)\n", irc.Server, irc.socket.RemoteAddr())
irc.pwrite = make(chan string, 10)
irc.Error = make(chan error, 2)