Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelchadwick/lita-crazycaps
A Lita handler that allows you to randomly mangle the capitalization of a phrase for fun.
https://github.com/michaelchadwick/lita-crazycaps
capitalization chat lita lita-crazycaps ruby rubygem
Last synced: about 2 months ago
JSON representation
A Lita handler that allows you to randomly mangle the capitalization of a phrase for fun.
- Host: GitHub
- URL: https://github.com/michaelchadwick/lita-crazycaps
- Owner: michaelchadwick
- License: mit
- Created: 2014-06-01T06:53:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T15:56:23.000Z (over 3 years ago)
- Last Synced: 2024-10-31T14:32:48.543Z (2 months ago)
- Topics: capitalization, chat, lita, lita-crazycaps, ruby, rubygem
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lita-crazycaps
**lita-crazycaps** is a terrible handler for [Lita](https://github.com/jimmycuadra/lita) that should never be used unless you want to annoy everyone at all times. If you're enough of a fool to want to garner ill will from your fellow chatters, then this will take a phrase and randomly alternate its characters' capitalization so it comes out looking like garbage.
## Installation
Add lita-crazycaps to your Lita instance's Gemfile:
``` ruby
gem 'lita-crazycaps'
```## Usage
To make your phrase's capitalization crazy:
```
[You] Lita crazycaps "This is intelligible text right here, yo"
[Lita] "tHIs Is inTeLliGIblE TExT RigHt HeRe, yO"
```## License
[MIT](http://opensource.org/licenses/MIT)