As discussed here:
http://forum.anope.org/index.php?topic=2289.0I'm going to need to write a module to keep a mysql table synchronized with the current users.
However as never coded a module before im needing some tips to get started on this and ideas to make this as quick as possible;
What exact events would i need to hook to fully synchronize a table of registered nicks (including grouping of nicks), group add, drop, register, etc?
id really only need to store the nick itself, i just need to check if a nick is registered or not.
also what way would i need to iterate the current registered users to populate the table (maybe a daily complete resync?) to do once module is first loaded to get the ones already registered.
Would really appreciate any help i can get with writing this, and ill gladly post it to the module site once i feel its working and stable

Thanks!