changeset 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 78f69315564a
children e1e36f95af9a
files TODO plugins/irc.c
diffstat 2 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Sun Oct 22 06:42:32 2000 +0000
+++ b/TODO	Mon Oct 23 08:33:22 2000 +0000
@@ -1,5 +1,4 @@
---- STUFF FOR 0.10.1 RELEASE ---
-	Allow users to select sounds for various events
+--- STUFF FOR 0.11.1 RELEASE ---
 	Execute Command on Buddy Pounce
 	The about window is very ugly.  I think this shall be fixed.  
 		You know, I really like the gnome look to some apps
@@ -16,7 +15,3 @@
 			GtkTicker)
 		Have Alt access the menu in the buddy list, and ctl-char
 			access items in those menus
-
-
-	Maybe someday in the future gaim will be able to support multiple
-		connections, so you can log on as 2+ names at once. Maybe.
--- a/plugins/irc.c	Sun Oct 22 06:42:32 2000 +0000
+++ b/plugins/irc.c	Mon Oct 23 08:33:22 2000 +0000
@@ -47,7 +47,7 @@
 #include "pixmaps/ok.xpm"
 
 /* FIXME: We shouldn't have hard coded servers and ports :-) */
-#define IRC_SERVER "irc.mozilla.org"
+#define IRC_SERVER "irc.undernet.org"
 #define IRC_PORT 6667
 
 #define IRC_BUF_LEN 4096