markov.go: learning after answering (prevents repition of input)

This commit is contained in:
Andreas Neue
2016-11-05 10:40:20 +01:00
parent 0f080a2946
commit 5f9238a433
2 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ var (
func main() {
sayCh = make(chan string, 1024)
xlog.Init(xlog.INFO)
xlog.Init(xlog.DEBUG)
//bot := ircx.Classic(*server, *name)
cfg := ircx.Config{User: *name, MaxRetries: 1000}