Introduction
Introduction Statistics Contact Development Disclaimer Help
urgent fix - sic - simple irc client
git clone git://git.suckless.org/sic
Log
Files
Refs
README
LICENSE
---
commit b1989c74e6ba19f26b16215c4986c8a91e102d82
parent 5b23d0e6b8dbd7c1475f78d044b7662b76c2ee4d
Author: [email protected] <unknown>
Date: Fri, 21 Jul 2006 08:28:25 +0200
urgent fix
Diffstat:
M sic.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sic.c b/sic.c
@@ -295,10 +295,10 @@ main(int argc, char *argv[])
/* login */
if(password)
snprintf(bufout, sizeof(bufout),
- "PASS %s\r\nNICK %s\r\nUSER %s localserver %s …
+ "PASS %s\r\nNICK %s\r\nUSER %s localhost %s :%…
password, nick, nick, server, fullname ? fulln…
else
- snprintf(bufout, sizeof(bufout), "NICK %s\r\nUSER %s localserv…
+ snprintf(bufout, sizeof(bufout), "NICK %s\r\nUSER %s localhost…
nick, nick, server, fullname ? fullname : nic…
write(srv, bufout, strlen(bufout));
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.