Open
Description
Description
I was thinking of adding a .yoda <text>
command that transforms text into yoda-like speech.
Example:
.yoda You must have patience my young Padawan.
Returns:
Patience you must have my young Padawan. Hrmm
Reasoning
I recently saw the .snake snakify
command, and thought it would be nice to implement a command that converts normal text to yoda-like text. It seems like a really fun implementation.
Proposed Implementation
Yoda's speech is always switched from the form of:
<subject> <action>
to <action> <subject>
At the end of the text I could add a sound he makes like Hrmm
.
Would you like to implement this yourself?
- I'd like to implement this feature myself
- Anyone can implement this feature