changeset: 49:fb771cea8f8c
tag: tip
user: nion_AT_h4447.serverkompetenz.net
date: Thu Feb 01 11:56:45 2007 +0100
files: FAQ LICENSE Makefile config.mk ii.1 ii.c
description:
release prepared
diff -r d37be8e442a2 -r fb771cea8f8c FAQ
--- a/FAQ Thu Feb 01 11:21:52 2007 +0100
+++ b/FAQ Thu Feb 01 11:56:45 2007 +0100
@@ -1,4 +1,5 @@ FAQ
FAQ
+===
Where is IRC command xy (ignore etc.)?
--------------------------------------
@@ -10,10 +11,11 @@ Basically ii follows the UNIX philosophy
Basically ii follows the UNIX philosophy so it is only file based. But it
should be easy to build different interface because they only have to handle
the FIFOs and output files. Feel free to implement or wait until we have done
-this.
+this. Actually I use ii in combination with vim, multitail and screen and it works
+like a charm.
Which commands are supported?
-----------------------------
-j (join), t (topic), a (away), m (msg), n (nick), l (leave). The missing are
+j (join or msg), t (topic), a (away), n (nick), l (leave). The missing are
obsolete or can be easily used by typing the IRC commands itself (i.e. /WHO
instead of /who).
diff -r d37be8e442a2 -r fb771cea8f8c LICENSE
--- a/LICENSE Thu Feb 01 11:21:52 2007 +0100
+++ b/LICENSE Thu Feb 01 11:56:45 2007 +0100
@@ -1,7 +1,7 @@ MIT/X Consortium License
MIT/X Consortium License
(C)opyright MMV Anselm R. Garbe <garbeam_AT_wmii.de>
-(C)opyright MMV Nico Golde <nico at ngolde dot de>
+(C)opyright MMV-MMVII Nico Golde <nico at ngolde dot de>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff -r d37be8e442a2 -r fb771cea8f8c Makefile
--- a/Makefile Thu Feb 01 11:21:52 2007 +0100
+++ b/Makefile Thu Feb 01 11:56:45 2007 +0100
@@ -1,5 +1,5 @@
# ii - irc it - simple but flexible IRC client
-# (C)opyright MMV Anselm R. Garbe, Nico Golde
+# (C)opyright MMV-MMVII Anselm R. Garbe, Nico Golde
include config.mk
diff -r d37be8e442a2 -r fb771cea8f8c config.mk
--- a/config.mk Thu Feb 01 11:21:52 2007 +0100
+++ b/config.mk Thu Feb 01 11:56:45 2007 +0100
@@ -10,11 +10,13 @@ DESTDIR =
INCDIR = ${PREFIX}/include
LIBDIR = ${PREFIX}/lib
-VERSION = 1-rc2
+VERSION = 1
# includes and libs
INCLUDES = -I. -I${INCDIR} -I/usr/include
LIBS = -L${LIBDIR} -L/usr/lib -lc
+# uncomment for compiling on Solaris
+# LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl
# compiler
CC = cc
diff -r d37be8e442a2 -r fb771cea8f8c ii.1
--- a/ii.1 Thu Feb 01 11:21:52 2007 +0100
+++ b/ii.1 Thu Feb 01 11:56:45 2007 +0100
@@ -44,7 +44,7 @@ lets you override the default port (6667
lets you override the default port (6667)
.TP
.BI \-k " password"
-lets you use a password to authentifacte your nick on the server
+lets you use a password to authenticate your nick on the server
.TP
.BI \-i " prefix"
lets you override the default irc path (~/irc)
@@ -66,11 +66,11 @@ will be created in the ~/irc/$servername
.SH COMMANDS
.TP
-.FN /j " #channel/nickname"
+.FN /j " #channel/nickname [<message>]"
join a channel or open private conversation with user
.TP
-.FN /l " #channel"
-leave a channel
+.FN /l " #channel/nickname"
+leave a channel or query
.TP
.FN /n " nick"
change the nick name
@@ -79,6 +79,7 @@ set the topic of a channel
set the topic of a channel
.TP
Everything which is not a command will simply be posted into the channel or to the server.
+So if you need /who just write /WHO as described in the RFC to the server in FIFO.
.TP
.FH out file usage
Write wrappers, pagers or use your tools of choice to display the out file contents (loco, multitail, etc.).
@@ -86,7 +87,7 @@ Write wrappers, pagers or use your tools
.TP
Write to ii (at) modprobe (dot) de for suggestions, fixes, 7|-|>< ;) etc.
.SH AUTHORS
-Copyright \(co 2005 by Anselm R. Garbe <garbeam (at) gmail (dot) com> and Nico Golde <nico (at) ngolde (dot) de>
+Copyright \(co 2005-2007 by Anselm R. Garbe <garbeam (at) gmail (dot) com> and Nico Golde <nico (at) ngolde (dot) de>
.SH SEE ALSO
.BR echo (1),
.BR tail (1),
diff -r d37be8e442a2 -r fb771cea8f8c ii.c
--- a/ii.c Thu Feb 01 11:21:52 2007 +0100
+++ b/ii.c Thu Feb 01 11:56:45 2007 +0100
@@ -49,7 +49,7 @@ static void usage() {
static void usage() {
fprintf(stderr, "%s",
"ii - irc it - " VERSION "\n"
- "(C)opyright MMVI Anselm R. Garbe, Nico Golde\n"
+ "(C)opyright MMV-MMVII Anselm R. Garbe, Nico Golde\n"
"usage: ii [-i <irc dir>] [-s <host>] [-p <port>]\n"
" [-n <nick>] [-k <password>] [-f <fullname>]\n");
exit(EXIT_SUCCESS);
Received on Thu Feb 01 2007 - 12:00:03 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:54:49 UTC