comments added

This commit is contained in:
inxi-svn 2011-05-22 00:59:15 +00:00
parent 92c8d05282
commit 4c09c0c34a

2
inxi
View file

@ -1997,7 +1997,7 @@ get_start_client()
done done
B_CONSOLE_IRC='true' B_CONSOLE_IRC='true'
if [[ -z $IRC_CLIENT_VERSION ]];then if [[ -z $IRC_CLIENT_VERSION ]];then
# this is a hack to try to show konversation if it is running # this is a hack to try to show konversation if it is running but started via /cmd
if [[ -n $( ps aux | grep -i 'konversation' ) && $B_RUNNING_IN_X == 'true' ]];then if [[ -n $( ps aux | grep -i 'konversation' ) && $B_RUNNING_IN_X == 'true' ]];then
IRC_CLIENT='Konversation' IRC_CLIENT='Konversation'
IRC_CLIENT_VERSION=" $( konversation --version 2>/dev/null | gawk '/^Konversation/ {print $2}' )" IRC_CLIENT_VERSION=" $( konversation --version 2>/dev/null | gawk '/^Konversation/ {print $2}' )"