| ircd-ratbox | ratbox-services | ratbox-respond | documentation |
|
|
current ratbox-services database hooksThis document describes the current database hooks present in ratbox-services. users_sync :: REGISTERThe REGISTER hook in users_sync is used to have rserv register a new username. The data passed should be "<username> <password> [email]": users_sync :: SETPASSThe SETPASS hook in users_sync is used to have rserv change a users password. The data passed should be "<username> <password>": users_sync :: SETEMAILThe SETEMAIL hook in users_sync is used to have rserv change a users email address. The data passed should be "<username> <email>": [ Last modified: Wed, 14 Feb 2007 14:08:14 EST ]
|