# HG changeset patch # User Rob Flynn # Date 975149007 0 # Node ID f6e8953a9c5ef15b7a2f4ec7e6302ab1ec7a1554 # Parent 0dc7c7b4f8ca52e87986fb8ae7c0cc1c0a0b9935 [gaim-migrate @ 1144] Just removing a useless comment. committer: Tailor Script diff -r 0dc7c7b4f8ca -r f6e8953a9c5e plugins/irc.c --- 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);