mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 16:16:38 +02:00
cb17d58db0
* Calling from source is now in a separate function: int can_use_nick(Client *client, const char *nick) * For hooks: don't free the reject reason, must use static storage like all other hooks (TODO: clarify in all hooks?) * Move it up a bit, right before find_qline TODO (not necessarily me :D): * Make it an efunc * Also call it from some other places that do find_qline, like rpc/user.c * You may want to prod 3rd party modules like SANICK