diff -r 2169e93be210 -r 66436e94d53f src/aim.c --- a/src/aim.c Sun Oct 15 03:55:23 2000 +0000 +++ b/src/aim.c Mon Oct 16 20:11:18 2000 +0000 @@ -87,7 +87,7 @@ char *error; /* first we tell those who have requested it we're quitting */ - plugin_event(event_quit, 0, 0, 0); + plugin_event(event_quit, 0, 0, 0, 0); /* then we remove everyone in a mass suicide */ c = plugins; @@ -140,9 +140,9 @@ account_online(gc); - plugin_event(event_signon, 0, 0, 0); + plugin_event(event_signon, gc, 0, 0, 0); - return; + return; }