diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-05-15 11:44:28 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-05-15 11:44:28 -0400 |
| commit | f8b811cf22440ee4f0f2ccedc5b5339bfe00d9e5 (patch) | |
| tree | 9ba895ef8a2376ebc11b9a14c587ed1ab26e9314 /SBoTools/plugin.py | |
| parent | f37fb51cdf9dffa01cc7c098cc6ff36490f7fecc (diff) | |
| download | limnoria.slackfacts.plugins-f8b811cf22440ee4f0f2ccedc5b5339bfe00d9e5.tar.gz | |
Diffstat (limited to 'SBoTools/plugin.py')
| -rw-r--r-- | SBoTools/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBoTools/plugin.py b/SBoTools/plugin.py index 092f0ce..0831df0 100644 --- a/SBoTools/plugin.py +++ b/SBoTools/plugin.py @@ -211,7 +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) + lines.append(" => https://slackbuilds.org/repository/15.0/" + cname + "/" + bname + "/") irc.replies(lines, joiner=' ') def sboinfo(self, irc, msg, args, catbuild): |
