about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index e7adaab..bd61e94 100644
--- a/main.go
+++ b/main.go
@@ -126,6 +126,7 @@ func main() {
 			c.Cmd.Reply(e, "Right away, cap'n!")
 			time.Sleep(100 * time.Millisecond)
 			c.Cmd.Join(dest[1])
+			return
 		}
 		// respond with uptime / load
 		if strings.HasPrefix(e.Last(), "!uptime") {