aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2016-12-09 12:14:03 -0800
committerChristine Dodrill <me@christine.website>2016-12-09 12:14:03 -0800
commit869a19f6243be43f973b097a089ec358f4cc2946 (patch)
tree7d2d82ade2040622a97d0c6275ea34efcc3b9208
parente4dbf078675f42472cbb1191b039a0a7a1c16715 (diff)
downloadx-869a19f6243be43f973b097a089ec358f4cc2946.tar.xz
x-869a19f6243be43f973b097a089ec358f4cc2946.zip
don't log
-rw-r--r--irc/bncadmin/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bncadmin/main.go b/irc/bncadmin/main.go
index c2c7d20..fbe810e 100644
--- a/irc/bncadmin/main.go
+++ b/irc/bncadmin/main.go
@@ -84,7 +84,7 @@ func (b *Bot) Handle(c *irc.Client, m *irc.Message) {
}()
})
- log.Printf("in >> %s", m)
+ // log.Printf("in >> %s", m)
switch m.Command {
case "PRIVMSG":