diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-19 00:52:19 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-19 00:52:19 -0400 |
commit | ac0dc5bf01c2afd5021898aeb4ceb172c5f8c4fb (patch) | |
tree | 9d3c2b7da2236bd552a8f3814a32bd0727eb0bf3 | |
parent | f00126dec09303135741e45e01f56b88de068e6e (diff) | |
download | goofbot-ac0dc5bf01c2afd5021898aeb4ceb172c5f8c4fb.tar.gz |
fixing !users
-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 |