diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-05-15 11:36:45 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-05-15 11:36:45 -0400 |
| commit | f37fb51cdf9dffa01cc7c098cc6ff36490f7fecc (patch) | |
| tree | cfffbf7e37e86e8997cfc4d942a74f519ba48160 | |
| parent | 33ab8623f7c841d729d17d512b0f987f89baa15e (diff) | |
| download | limnoria.slackfacts.plugins-f37fb51cdf9dffa01cc7c098cc6ff36490f7fecc.tar.gz | |
Show URLs in sbosearch results.
| -rw-r--r-- | SBoTools/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SBoTools/plugin.py b/SBoTools/plugin.py index 043002f..092f0ce 100644 --- a/SBoTools/plugin.py +++ b/SBoTools/plugin.py @@ -211,6 +211,7 @@ class SBoTools(callbacks.Plugin): plural = "s" lines.append(str(depcount) + " dep" + plural + ":" + deps) + lines.append(" => https://slackbuilds.org/repository/15.0/" + cname + "/" + bname) irc.replies(lines, joiner=' ') def sboinfo(self, irc, msg, args, catbuild): |
