about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index cb73673..0a5dfed 100644
--- a/main.go
+++ b/main.go
@@ -54,7 +54,7 @@ func main() {
 		// when requested by owner, join channel specified
 		if strings.HasPrefix(e.Last(), "!join") && e.Source.Name == owner {
 			c.Cmd.Reply(e, "Right away, cap'n!")
-			time.sleep(100 * time.Millisecond)
+			time.Sleep(100 * time.Millisecond)
 			c.Cmd.Join(e.Params[0])
 		}
 		// respond with uptime / load