visual errors
This commit is contained in:
@@ -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*)
|
||||
|
||||
Reference in New Issue
Block a user