comparison src/protocols/irc/irc.c @ 2501:227cc42ffa6e

[gaim-migrate @ 2514] i should have hidden something ultra-secret in this. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 14 Oct 2001 11:36:36 +0000
parents f8eb5f120603
children 0e0a54e5819a
comparison
equal deleted inserted replaced
2500:1697ecbf1bcc 2501:227cc42ffa6e
1307 if (send_msg(gc, c->name, what) > 0) 1307 if (send_msg(gc, c->name, what) > 0)
1308 serv_got_chat_in(gc, c->id, gc->displayname, 0, what, time(NULL)); 1308 serv_got_chat_in(gc, c->id, gc->displayname, 0, what, time(NULL));
1309 return 0; 1309 return 0;
1310 } 1310 }
1311 1311
1312 static GList *irc_away_states() 1312 static GList *irc_away_states(struct gaim_connection *gc)
1313 { 1313 {
1314 return g_list_append(NULL, GAIM_AWAY_CUSTOM); 1314 return g_list_append(NULL, GAIM_AWAY_CUSTOM);
1315 } 1315 }
1316 1316
1317 static void irc_set_away(struct gaim_connection *gc, char *state, char *msg) 1317 static void irc_set_away(struct gaim_connection *gc, char *state, char *msg)