From ca91956e27ab31b5cef5af4927fe37b0671ce092 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 3 Dec 2018 23:21:11 +0000 Subject: int64 -> uint64 for coins, disable noisy logging, turned off wattery (it was quickly abused), made anarchy less likely to win and time limited --- wat/bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wat/bot.go') diff --git a/wat/bot.go b/wat/bot.go index 33f5b80..d9ddd69 100644 --- a/wat/bot.go +++ b/wat/bot.go @@ -121,7 +121,7 @@ func (w *WatBot) say(dest, msg string) { if len(msg) == 0 { return } - fmt.Printf("MSG %s: %s\n", dest, msg) + //fmt.Printf("MSG %s: %s\n", dest, msg) w.write("PRIVMSG", dest, msg) } -- cgit v1.2.3