dgw / sopel-UnoBot

Play UNO on IRC with the help of your Sopel bot!
Other
3 stars 3 forks source link

Won't work with 6.x due to rename #18

Closed dgw closed 7 years ago

dgw commented 9 years ago

Module needs to import from "sopel" instead of "willie" for 6.x compatibility (the rename that didn't need to happen, happened anyway).

Screwing with the imports might be unnecessary if @embolalia pushes a shim to make both willie and sopel imports work with future versions, as is possibly planned. But it's good to have on the radar.

embolalia commented 9 years ago

I've added the ability to import from sopel to the 5.x branch. I've only done a little testing with it, but it seems to work. I'll be making a 5.5 release with that within a few days. The ability to import from willie will not be added to 6.0.

Same goes for dgw/willie-BombBot#8.

dgw commented 8 years ago

Ugh, force pushing.

Leaving open for now as I'm not really sure the try-sopel-then-try-willie import logic is worth adding… Will think on it.

dgw commented 7 years ago

Thought on it. Not going to bother with fallback imports.