myano / jenni

jenni was a python IRC bot. Project is closed. Try Sopel instead, https://sopel.chat/
https://sopel.chat/
Other
235 stars 101 forks source link

Improve output for .pce-on #97

Open ghost opened 11 years ago

ghost commented 11 years ago

Currently, jenni says something like this if you have .pce-on:

Your cards: B/ [1]  B/ [5]  R/ [4]  [W] Y/ [0]

I'd suggest changing it to something like this:

Your cards: B/[1][5] R/[4] [W] Y/[0]

And possibly to further avoid ambiguity, place [W] and such last, or even first. Or just use W/[W][WD4].

myano commented 11 years ago

I think I tried doing this at one time but ran into some difficulties regarding loops. If there is enough interest I'll look into trying again.