merge in forgotten changes
This commit is contained in:
commit
59f6c6d017
3
ii.1
3
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
|
||||
|
2
query.sh
2
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\.oftc\.net)/out" > /dev/null 2>&1
|
||||
if [ $? -ne 1 ]; then
|
||||
echo -e "new data in: $i\n========================================================"
|
||||
printf "new data in: %s\n========================================================\n" "$i"
|
||||
tail -5 $i
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user