I want to writ a module(plugin) to send new users some messages.
but I don't know how to hook in signup action.
pleas help me?
You probably want to use the events API: http://docs.moodle.org/dev/Events_API. There is a user_created event. Beware, though: not all authentication plugins trigger this event.
thanks. I think this is better than using hooks.
See this discussion http://moodle.org/mod/forum/discuss.php?d=201499 and adapt it to locally trap the user_created event instead of user_unenrolled
Cheers
it's nice of you to share that link. it's very usefull