comparison src/protocols/irc/irc.c @ 4245:cd84b0fd63fc

[gaim-migrate @ 4495] Now, shut up and leave me alone. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 08 Jan 2003 05:52:17 +0000
parents fc909686bbc1
children 9c7fcb211886
comparison
equal deleted inserted replaced
4244:091e9db94ebc 4245:cd84b0fd63fc
1253 g_snprintf(dccchat->ip_address, sizeof(dccchat->ip_address), chat_args[3]); 1253 g_snprintf(dccchat->ip_address, sizeof(dccchat->ip_address), chat_args[3]);
1254 printf("DCC CHAT DEBUG CRAP: %s\n", dccchat->ip_address); 1254 printf("DCC CHAT DEBUG CRAP: %s\n", dccchat->ip_address);
1255 dccchat->port=atoi(chat_args[4]); 1255 dccchat->port=atoi(chat_args[4]);
1256 g_snprintf(dccchat->nick, sizeof(dccchat->nick), nick); 1256 g_snprintf(dccchat->nick, sizeof(dccchat->nick), nick);
1257 g_snprintf(ask, sizeof(ask), _("%s would like to establish a DCC chat"), nick); 1257 g_snprintf(ask, sizeof(ask), _("%s would like to establish a DCC chat"), nick);
1258 do_ask_dialog(ask, _("This requires a direct connection to be established between the two computers. Messages sent will not pass through the IRC server"), dccchat, _("Connect"), dcc_chat_init, _("Cancel"), dcc_chat_cancel); 1258 do_ask_dialog(ask, _("This requires a direct connection to be established between the two computers. Messages sent will not pass through the IRC server"), dccchat, _("Connect"), dcc_chat_init, _("Cancel"), dcc_chat_cancel, FALSE);
1259 } 1259 }
1260 1260
1261 1261
1262 if (!g_strncasecmp(msg, "DCC SEND", 8)) { 1262 if (!g_strncasecmp(msg, "DCC SEND", 8)) {
1263 struct irc_file_transfer *ift = g_new0(struct irc_file_transfer, 1); 1263 struct irc_file_transfer *ift = g_new0(struct irc_file_transfer, 1);