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 {
|
||||
flog.Info("hier?")
|
||||
b.Local = make(chan config.Message, b.Config.MessageQueue+10)
|
||||
flog.Infof("Connecting %s", b.Config.Server)
|
||||
i := irc.IRC(b.Config.Nick, b.Config.Nick)
|
||||
|
|
Loading…
Reference in New Issue