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: Fri, 06 Jul 2012 18:14:19 EDT ]
|