comparison src/server.c @ 990:d2d6be9c85fe

[gaim-migrate @ 1000] heh, thanks for that one. i'm an idiot sometimes committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Oct 2000 20:50:45 +0000
parents ca8f1d02630a
children 91b7377e7b45
comparison
equal deleted inserted replaced
989:bd8eb3efe14e 990:d2d6be9c85fe
152 { 152 {
153 /* FIXME: see the serv_get_info comment above :-P */ 153 /* FIXME: see the serv_get_info comment above :-P */
154 struct gaim_connection *g = connections->data; 154 struct gaim_connection *g = connections->data;
155 155
156 if (g->prpl && g->prpl->get_info) 156 if (g->prpl && g->prpl->get_info)
157 (*g->prpl->get_info)(g, name); 157 (*g->prpl->get_away_msg)(g, name);
158 } 158 }
159 159
160 void serv_get_dir(char *name) 160 void serv_get_dir(char *name)
161 { 161 {
162 /* FIXME: see the serv_get_info comment above :-P */ 162 /* FIXME: see the serv_get_info comment above :-P */