plugins/irc.c

changeset 1134
5d83bd69ef9a
parent 1115
9ed1a5aa795a
child 1178
4001b156ff52
--- a/plugins/irc.c	Sat Nov 25 00:31:59 2000 +0000
+++ b/plugins/irc.c	Sat Nov 25 10:43:27 2000 +0000
@@ -889,8 +889,6 @@
 
 	/* This is where we will attempt to sign on */
 	
-	/* FIXME: This should be their servername, not their username. im just lazy right now */
-
 	g_snprintf(buf, 4096, "NICK %s\n USER %s localhost %s :GAIM (www.marko.net/gaim)\n", gc->username, getenv("USER"), user->proto_opt[0]);
 
 	printf("Sending: %s\n", buf);

mercurial