From 48f6bf9cff66607627480cd642ceae7fe349d959 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Wed, 17 Jun 2026 14:41:47 +0300 Subject: fix: remove clamav commands --- alfred/helpstrings.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'alfred/helpstrings.py') diff --git a/alfred/helpstrings.py b/alfred/helpstrings.py index e81676b..d944799 100644 --- a/alfred/helpstrings.py +++ b/alfred/helpstrings.py @@ -1,6 +1,6 @@ TOPICS = "topics: srv, bot, files, irc, coffee, vpn, list, git. type !help for details" -SRV_TOPIC = "srv: uptime disk mem load status net top topmem io conns who logs scan. type !help srv for details" +SRV_TOPIC = "srv: uptime disk mem load status net top topmem io conns who logs. type !help srv for details" SRV = { "uptime": "srv uptime: system uptime and load averages. usage: !srv uptime", "disk": "srv disk: disk usage for root. usage: !srv disk", @@ -14,7 +14,6 @@ SRV = { "conns": "srv conns: TCP connection summary. usage: !srv conns", "who": "srv who: currently logged-in users. usage: !srv who", "logs": "srv logs: last n lines from a service log. usage: !srv logs service or !srv logs service n", - "scan": "srv scan: run clamscan on a path. usage: !srv scan or !srv scan path (allowed: mail, 0x0 files, tmp, quarantine)", } BOT_TOPIC = "bot: list, all, name start stop restart status. type !help bot for details" @@ -24,14 +23,13 @@ BOT = { } BOT_NAME = "bot name: control or check a specific bot. usage: !bot name start or stop or restart or status" -FILES_TOPIC = "files: stats list shorten mirror prune vscan remove. type !help files for details" +FILES_TOPIC = "files: stats list shorten mirror prune remove. type !help files for details" FILES = { "stats": "files stats: live permanent removed count and total size. usage: !files stats", "list": "files list: last n uploads with name size and expiry. usage: !files list or !files list n", "shorten": "files shorten: shorten a URL. usage: !files shorten url or !files shorten url wkfo or gumx", "mirror": "files mirror: mirror a remote URL into this instance. usage: !files mirror url or !files mirror url wkfo or gumx", "prune": "files prune: delete all expired files from disk. usage: !files prune", - "vscan": "files vscan: run ClamAV scan on all stored files. usage: !files vscan", "remove": "files remove: permanently delete a file by filename. usage: !files remove filename", } -- cgit v1.2.3