issues
search
sopel-irc
/
sopel-reddit
A reddit plugin for Sopel IRC bots.
Other
0
stars
1
forks
source link
Fix & enhance subreddit output / linkification
#9
Closed
dgw
closed
1 year ago
dgw
commented
1 year ago
Conditionally show link depending on how the output is triggered
r/subname = link
.subreddit subname = link
https://.../r/subname
= no link
Conditionally show error output depending on the type of trigger
r/subname = silent errors
.subreddit subname = noisy errors
https://.../r/subname
= noisy errors
Enhanced output format to show the canonical subreddit name with "proper" capitalization before conditional NSFW warning and/or link
Tweaked code style (of what I touched) to be a bit more maintainable