eventsdocumentation in users [#351]

This commit is contained in:
reality 2013-05-21 18:39:11 +00:00
parent a140c19483
commit e8757347ba

View File

@ -79,8 +79,14 @@ the specified place.
### Events ### Events
#### nick_changed(server, newNick) #### new_user(user)
This is executed when a new alias is added for a user. This is executed when a new user is added to the known users DB.
#### new_user(server, nick) #### new_user_alias(user, newNick)
This is executed when a new primary user is added to the known users DB. When a new user alias is added.
#### new_channel(channel)
Executed when DBot creates a new channel object.
#### new_channel_user(user, channel)
Executed when DBot creates a new channel object.