src/server.c

changeset 4732
a0857625cadb
parent 4687
91ad36873636
child 4760
0545d9eeba0e
equal deleted inserted replaced
4731:b144de04b1fa 4732:a0857625cadb
846 } 846 }
847 847
848 848
849 849
850 void serv_got_update(struct gaim_connection *gc, char *name, int loggedin, 850 void serv_got_update(struct gaim_connection *gc, char *name, int loggedin,
851 int evil, time_t signon, time_t idle, int type, guint caps) 851 int evil, time_t signon, time_t idle, int type)
852 { 852 {
853 struct buddy *b = gaim_find_buddy(gc->account, name); 853 struct buddy *b = gaim_find_buddy(gc->account, name);
854 854
855 if (signon && (gc->prpl->options & OPT_PROTO_CORRECT_TIME)) { 855 if (signon && (gc->prpl->options & OPT_PROTO_CORRECT_TIME)) {
856 char *tmp = g_strdup(normalize(name)); 856 char *tmp = g_strdup(normalize(name));

mercurial