@@ -6,7 +6,8 @@ echo "NICK $nick" > $config
echo "USER $user" >> $config
echo "JOIN #$channel" >> $config
tail -f $config | telnet $server 6667 | while read res; do
tail -f $config | telnet $server 6667 | while read res;
do
# do things when you see output
case "$res" in
PING*)
The note is not visible to the blocked user.