CloudBotIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
273 stars 249 forks source link

flip.py feature request #100

Closed edwardslabs closed 9 years ago

edwardslabs commented 9 years ago

It would be great to have flipped characters for caps and numbers if possible.

Also currently the j doesn't flip correctly.

.flip j
( ノ⊙︵⊙)ノ ︵ ظ
Zarthus commented 9 years ago

can just .lower() uppercase characters, the plugin doesn't look very coder-friendly when it comes to finding extra characters to flip. https://github.com/CloudBotIRC/CloudBot/blob/master/plugins/flip.py#L8-L48

dmptrluke commented 9 years ago

I've fixed J, and forced lowercase. I don't think theres any good way to flip numbers, sorry :(