Introduction
Introduction Statistics Contact Development Disclaimer Help
merge in forgotten changes - ii - irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log
Files
Refs
README
LICENSE
---
commit 59f6c6d017b2ea0954ac410ba4b8c98132fd36ae
parent e09845c9a433a8228f6b04da3ffff3333fbc06eb
Author: Nico Golde <[email protected]>
Date: Mon, 24 Jan 2011 16:47:27 +0100
merge in forgotten changes
Diffstat:
M ii.1 | 3 +++
M query.sh | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ii.1 b/ii.1
@@ -67,6 +67,9 @@ will be created in the ~/irc/$servername/ directory.
.SH COMMANDS
.TP
+.FN /a " [<message>]"
+mark yourself as away
+.TP
.FN /j " #channel/nickname [<message>]"
join a channel or open private conversation with user
.TP
diff --git a/query.sh b/query.sh
@@ -20,7 +20,7 @@ do
# strip server, nickserv and channel out files
echo $i | egrep -v -i "nickserv|#|$IRCPATH/(irc\.freenode\.net|irc\.of…
if [ $? -ne 1 ]; then
- echo -e "new data in: $i\n========================================…
+ printf "new data in: %s\n=========================================…
tail -5 $i
fi
fi
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.