comparison plugins/irc.c @ 1019:1c253f8a117c

[gaim-migrate @ 1029] Burp committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 23 Oct 2000 08:33:22 +0000
parents bbd0d51b7d14
children 90e8714bf95b
comparison
equal deleted inserted replaced
1018:78f69315564a 1019:1c253f8a117c
45 45
46 #include "pixmaps/cancel.xpm" 46 #include "pixmaps/cancel.xpm"
47 #include "pixmaps/ok.xpm" 47 #include "pixmaps/ok.xpm"
48 48
49 /* FIXME: We shouldn't have hard coded servers and ports :-) */ 49 /* FIXME: We shouldn't have hard coded servers and ports :-) */
50 #define IRC_SERVER "irc.mozilla.org" 50 #define IRC_SERVER "irc.undernet.org"
51 #define IRC_PORT 6667 51 #define IRC_PORT 6667
52 52
53 #define IRC_BUF_LEN 4096 53 #define IRC_BUF_LEN 4096
54 54
55 static int chat_id = 0; 55 static int chat_id = 0;