Hello there,
I'm planning to create a small module (actually called cs_categorize) restricted to ircops to add a category to a chan. So, I've two conceptual questions:
- is it a good idea to alter the chan.db and cs_info table to add it (the category will be added using /msg ChanSer set #channel category zzzzz) or is it better to create a chan_category.db and the corresponding mysql table, or a mix of the two (new .db and alter of mysql existing table) ?
- you'd prefer have a list of possible categories (managed by services admin) or free text ?
Regards
[small edit] I don't know if it's possible to alter the chan.db, so I'm beginning my module using a separate .db and altering the cs_info table, but I can change my way, depending on your answers