diff options
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go index 2ec1632..1050b1a 100644 --- a/main.go +++ b/main.go @@ -159,7 +159,7 @@ func main() { awk.Wait() r.Close() - c.Cmd.Reply(e, bytestream.String()) + c.Cmd.ReplyTo(e, bytestream.String()) return } // number of total human users on the server |