Anope 1.9.6+ has already a module to set free configurable informations.
/*
* ns_set_misc *
* Provides the command nickserv/set/misc.
*
* Allows you to create arbitrary commands to set data, and have that data show up in nickserv/info.
*/
module { name = "ns_set_misc" }
command { service = "NickServ"; name = "SET URL"; command = "nickserv/set/misc"; }
command { service = "NickServ"; name = "SET ICQ"; command = "nickserv/set/misc"; }
You can add additional lines for "SET AGE", "SET INFO" and "SET SEX".
It is not possible to search for it. And we dont plan to add such a feature.
But you can always write a module to search this informations.