From 2830d64699f1d509b85cf846e44ef8443916ef11 Mon Sep 17 00:00:00 2001 From: pyed Date: Sun, 3 Jul 2016 06:42:31 +0300 Subject: [PATCH] add grep as synonym to search --- transmission-telegram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmission-telegram.go b/transmission-telegram.go index 95b9780..7a7a117 100644 --- a/transmission-telegram.go +++ b/transmission-telegram.go @@ -179,7 +179,7 @@ func main() { // takes url to a torrent to add it go add(&update, tokens[1:]) - case "search", "/search": + case "search", "/search", "grep", "/grep": // search for a torrent go search(&update, tokens[1:])