| 09:42.02 | *** join/#wowroster Movix (n=mattes@82.242.144.196) |
| 12:17.38 | *** join/#wowroster Zanix_ (n=Zanix@67-61-239-171.cpe.cableone.net) |
| 12:19.38 | *** mode/#wowroster [+o Zanix_] by ChanServ |
| 13:39.39 | *** join/#wowroster Zeryl (n=Zeryl@97-87-119-199.dhcp.stls.mo.charter.com) |
| 13:39.39 | *** mode/#wowroster [+o Zeryl] by ChanServ |
| 15:14.38 | *** join/#wowroster Movix1 (n=mattes@82.242.144.196) |
| 17:54.23 | *** join/#wowroster Anaxent (n=Anaxent@216.207.124.226) |
| 18:05.47 | *** join/#wowroster Anaxent053 (n=Anaxent@216.207.124.226) |
| 18:06.02 | *** join/#wowroster Anaxent565 (n=Anaxent@216.207.124.226) |
| 18:38.14 | *** join/#wowroster poetter_ (n=poetter@d108040.adsl.hansenet.de) |
| 19:11.00 | *** join/#wowroster ScratchMonkey (n=chatzill@c-24-7-80-209.hsd1.ca.comcast.net) |
| 19:11.15 | ScratchMonkey | is there any problem with another addon reading data from CP? I'm using Altoholic and it seems like a duplication of effort to have it keeping its own recipe DB when it can piggyback on CP's |
| 19:13.51 | Anaxent | should be able to use if is_active('addon_name') use this data source else build new |
| 19:17.21 | Anaxent | which should do a check to see if the addon is installed and active if so you could build off of that addon |
| 19:20.35 | Anaxent | Use addon_active('basename') to check if an addon is enabled |
| 19:21.39 | PleegWat | Other wow addons can read from CP fine. I know I've used CharacterViewer for a while, which had rpgo-CP as a requirement |
| 19:41.55 | Anaxent | oh I was reading addon as if it owuld be aroster addon rather than a wow addon sorry if I confused ya |
| 19:49.41 | PleegWat | Guessed so |
| 19:50.22 | PleegWat | We need proper install-time dependencies in roster. Uninstall-time too, which is trickier |
| 20:26.10 | ScratchMonkey | thanks, starting to encounter lots of addons that want to keep their own copies of character data like this |
| 20:26.40 | ScratchMonkey | AckisRecipeList is another |
| 20:28.27 | ScratchMonkey | Altoholic has a habit of losing my recipe data, and CP has never lost it, so I'd rather see it use CP's |