]> git.armaanb.net Git - sic.git/blobdiff - sic.c
reversed the -u switch
[sic.git] / sic.c
diff --git a/sic.c b/sic.c
index 9b0b36ae533a7c9e8dca36b7607c6312ab5feb12..d93c2ec6f056a9e10fd1bc7f408a4f198e8f8db6 100644 (file)
--- a/sic.c
+++ b/sic.c
@@ -9,7 +9,7 @@
 #include <unistd.h>
 
 static char *host = "irc.oftc.net";
-static char *port = "ircd";
+static char *port = "6667";
 static char *password;
 static char nick[32];
 static char bufin[4096];
@@ -157,7 +157,7 @@ main(int argc, char *argv[]) {
                        if(++i < argc) password = argv[i];
                        break;
                case 'v':
-                       eprint("sic-"VERSION", © 2005-2009 Kris Maglione, Anselm R. Garbe, Nico Golde\n");
+                       eprint("sic-"VERSION", © 2005-2012 Kris Maglione, Anselm R. Garbe, Nico Golde\n");
                default:
                        eprint("usage: sic [-h host] [-p port] [-n nick] [-k keyword] [-v]\n");
                }