From: Mark Wooding Date: Thu, 28 Apr 2022 14:01:21 +0000 (+0100) Subject: svc/connect.in: Use the service's version, not the TrIPE library version. X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/65f2f4747511fb39ccb0c8893ccd728baceaf081 svc/connect.in: Use the service's version, not the TrIPE library version. --- diff --git a/svc/connect.in b/svc/connect.in index aaf68ded..9dda65b3 100644 --- a/svc/connect.in +++ b/svc/connect.in @@ -969,7 +969,7 @@ def parse_options(): return opts ## Service table, for running manually. -service_info = [('connect', T.VERSION, { +service_info = [('connect', VERSION, { 'adopted': (0, 0, '', cmd_adopted), 'kick': (1, 1, 'PEER', cmd_kick), 'passive': (1, None, '[OPTIONS] USER', cmd_passive),