]> git.cworth.org Git - turbot/commitdiff
Add a route to implement a /rot slash command
authorCarl Worth <cworth@cworth.org>
Sat, 26 Sep 2020 05:22:32 +0000 (22:22 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 26 Sep 2020 07:48:20 +0000 (00:48 -0700)
This is to be used as follows:

/rot [count] String to rotate

The optional count indicates a number of positions to rotate every
letter in the string. If it is not provided, all rotations will be
printed.

Note: The count can also be provided as an '*' character to explicitly
request all possible rotations.


No differences found