aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <xena@yolo-swag.com>2015-06-21 20:41:10 -0700
committerChristine Dodrill <xena@yolo-swag.com>2015-06-21 20:41:10 -0700
commit4b9a6cd3d59be6086ee7b00d888be4bbb46e3d79 (patch)
tree96717fe492a26b371b8fcc83276a9e6330d63751
parent372f2f8312f3ae48b9b3d905e3f63e47586cef2d (diff)
downloadx-4b9a6cd3d59be6086ee7b00d888be4bbb46e3d79.tar.xz
x-4b9a6cd3d59be6086ee7b00d888be4bbb46e3d79.zip
be a bit more chatty
-rw-r--r--irc/trolling/smartbot/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/trolling/smartbot/main.go b/irc/trolling/smartbot/main.go
index cac6c83..6fd0adf 100644
--- a/irc/trolling/smartbot/main.go
+++ b/irc/trolling/smartbot/main.go
@@ -74,7 +74,7 @@ func main() {
if rand.Int()%4 == 2 {
log.Printf("About to say something...")
time.Sleep(time.Duration((rand.Int()%15)+4) * time.Second)
- conn.Privmsg(e.Arguments[0], chain.Generate((rand.Int()%4)+2))
+ conn.Privmsg(e.Arguments[0], chain.Generate((rand.Int()%15)+2))
}
})