remove duplicate word, thanks Michael Stevens!
This commit is contained in:
parent
63b5736e6e
commit
29ff454e80
2
README
2
README
@ -2,7 +2,7 @@ Abstract
|
|||||||
--------
|
--------
|
||||||
ii is a minimalistic FIFO and filesystem based IRC client. It creates an irc
|
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 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 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
|
the server messages. For every channel and every nick name there will be new in
|
||||||
|
2
ii.1
2
ii.1
@ -10,7 +10,7 @@ ii \- irc it or irc improved
|
|||||||
is a minimalistic FIFO and filesystem based IRC client.
|
is a minimalistic FIFO and filesystem based IRC client.
|
||||||
It creates an irc directory tree with server, channel and
|
It creates an irc directory tree with server, channel and
|
||||||
nick name directories.
|
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/.
|
is placed. This will be for example ~/irc/irc.freenode.net/.
|
||||||
The in file is used to communicate with the servers and the out
|
The in file is used to communicate with the servers and the out
|
||||||
files includes the server messages. For every channel and every nick
|
files includes the server messages. For every channel and every nick
|
||||||
|
Loading…
Reference in New Issue
Block a user