Mercurial > pidgin
changeset 404:3d94cc1dc424
[gaim-migrate @ 414]
It's a good thing I proofread things; otherwise, there would be a lot of
confused people when 0.9.20 comes out.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 14 Jun 2000 02:12:25 +0000 |
parents | d6f02d7f78d8 |
children | 5afc855b4a61 |
files | plugins/ChangeLog plugins/SIGNALS |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/ChangeLog Wed Jun 14 01:52:10 2000 +0000 +++ b/plugins/ChangeLog Wed Jun 14 02:12:25 2000 +0000 @@ -24,7 +24,7 @@ There is a new event, event_quit, which signifies that gaim has exited correctly (i.e. didn't segfault). Also, after this event is called, all - plugins are removed, and their gaim_plugin_init function is called. + plugins are removed, and their gaim_plugin_remove function is called. This behavior is different from previous versions; however, it is the proper way of doing things, and should have no effect on current plugins. The reason event_quit exists despite plugins being removed at
--- a/plugins/SIGNALS Wed Jun 14 01:52:10 2000 +0000 +++ b/plugins/SIGNALS Wed Jun 14 02:12:25 2000 +0000 @@ -138,6 +138,12 @@ 'room' is the room the person joined. 'who' is the screenname of the person who joined. + This is also triggered upon entering the room for every person in the + room, including yourself. (E.g. if you join a room that already had 3 + people in it this will be called 4 times, once for each of them and + once again for you. You will not always be the last one this is called + for though.) + event_chat_buddy_leave: char *room, char *who