mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-12 23:00:26 +00:00
Remove debug info (irc)
This commit is contained in:
parent
587ad9f41d
commit
dd449a8705
@ -60,7 +60,6 @@ func (b *Birc) Command(msg *config.Message) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (b *Birc) Connect() error {
|
func (b *Birc) Connect() error {
|
||||||
flog.Info("hier?")
|
|
||||||
b.Local = make(chan config.Message, b.Config.MessageQueue+10)
|
b.Local = make(chan config.Message, b.Config.MessageQueue+10)
|
||||||
flog.Infof("Connecting %s", b.Config.Server)
|
flog.Infof("Connecting %s", b.Config.Server)
|
||||||
i := irc.IRC(b.Config.Nick, b.Config.Nick)
|
i := irc.IRC(b.Config.Nick, b.Config.Nick)
|
||||||
|
Loading…
Reference in New Issue
Block a user