diff options
Diffstat (limited to 'pkg/server/echo.go')
| -rw-r--r-- | pkg/server/echo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/server/echo.go b/pkg/server/echo.go index ee0537b..696b19d 100644 --- a/pkg/server/echo.go +++ b/pkg/server/echo.go @@ -20,5 +20,5 @@ func echo(r *request, args ...string) { } func init() { - newCmd("echo", echo, "[args]") + handle("echo", echo, "[args]") } |
