summaryrefslogtreecommitdiff
path: root/pkg/server/hook/b85.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/server/hook/b85.go')
-rw-r--r--pkg/server/hook/b85.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/server/hook/b85.go b/pkg/server/hook/b85.go
index d90a1c4..967882d 100644
--- a/pkg/server/hook/b85.go
+++ b/pkg/server/hook/b85.go
@@ -44,5 +44,5 @@ func (b85Pipe) Recv(rq, wq queue.Q) error {
}
func init() {
- registerPipe("b85", b85Pipe{})
+ registerPipe("b85", "base85 filter out/in", b85Pipe{})
}