IRedFoxI / SkeeveBot

SkeeveBot the PUG Mumble bot
3 stars 1 forks source link

Transition the bot to be a library rather than a class #35

Open Orvid opened 11 years ago

Orvid commented 11 years ago

Currently everything for the bot is stuck in one massive file (73kb, 2.5k lines), which starts to make it difficult to find the part your looking for. I would propose putting each set of commands (!admin, !list, etc.) into their own module, as well as encapsulating some of the utility methods into their own modules.

IRedFoxI commented 11 years ago

Totally agree. Maybe we should start by grouping them together? I tried to keep some order in the methods but...

IRedFoxI commented 11 years ago

Initial work b606370445ab2a9cb67e52a1f55451fe3a0fcd59