Improved MOTD module #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MOTD module should be rewritten to support multiple possible daily messages, either selected randomly or sequentially. I see the "base" module running once per day (as it does now) and, instead of just outputting a specified message, will execute a series of handler functions in order to determine what message to output. The first function to return a message "wins" so certain messages (e.g. holiday messages) will take precedence.
As for what the actual messages will be, I see it looking like so:
I want to pair related images together such as Garfield -> Tuesday Dog, Shadow Garfield -> Shadow Tuesday Dog, Sweet Bro -> Hella Jeff, etc. This leaves Marx and "endless loop" Tuesday dog, which is either not ideal or the best thing in the world.