remove duplicate word, thanks Michael Stevens! - ii - FIFO and filesystem based… | |
git clone git://git.codemadness.org/ii | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 29ff454e808d0ccc8bc53a84d10e5b3df4e0aa5e | |
parent 63b5736e6efb83bf9b617f83ecbeed38a1b3add4 | |
Author: Nico Golde <[email protected]> | |
Date: Wed, 4 Nov 2015 19:35:20 -0500 | |
remove duplicate word, thanks Michael Stevens! | |
Diffstat: | |
M README | 2 +- | |
M ii.1 | 2 +- | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -2,7 +2,7 @@ Abstract | |
-------- | |
ii is a minimalistic FIFO and filesystem based IRC client. It creates an irc | |
directory tree with server, channel and nick name directories. In every | |
-directory a FIFO file (in) and and normal file (out) is placed. | |
+directory a FIFO file (in) and normal file (out) is placed. | |
The in file is used to communicate with the servers and the out files include | |
the server messages. For every channel and every nick name there will be new in | |
diff --git a/ii.1 b/ii.1 | |
@@ -10,7 +10,7 @@ ii \- irc it or irc improved | |
is a minimalistic FIFO and filesystem based IRC client. | |
It creates an irc directory tree with server, channel and | |
nick name directories. | |
-In every directory a FIFO file (in) and and normal file (out) | |
+In every directory a FIFO file (in) and normal file (out) | |
is placed. This will be for example ~/irc/irc.freenode.net/. | |
The in file is used to communicate with the servers and the out | |
files includes the server messages. For every channel and every nick |