I've some troubles with the irc2sql module of anope, so I decided to use xmlrpc to get live infos about the channels, and I need some advices.
On the channel page, I've several info about the channel, perfect, but also about the users: nick, level, realname, country, away (when the PR will be accepted
- use channel->get() with level 5 => could make a really big object
- use channel->get() normaly (level 3) and loop on the members to do a user->get() with level 2 => could do a lot of queries