Added support for hexchat, version update, but this is the only actual change.

This commit is contained in:
inxi-svn 2012-07-30 20:23:31 +00:00
parent f1dcb81d1d
commit 29c55b61d9

10
inxi
View file

@ -1,8 +1,8 @@
#!/bin/bash
########################################################################
#### Script Name: inxi
#### version: 1.8.13
#### Date: July 1 2012
#### version: 1.8.14
#### Date: July 30 2012
#### Patch Number: 00
########################################################################
#### SPECIAL THANKS
@ -2432,6 +2432,12 @@ get_start_client()
}' )"
IRC_CLIENT="Gaim"
;;
hexchat)
IRC_CLIENT_VERSION=" $( $irc_client_path -v | gawk 'NR == 1 {
print $2
}' )"
IRC_CLIENT="HexChat"
;;
ircii)
IRC_CLIENT_VERSION=" $( $irc_client_path -v | gawk 'NR == 1 {
print $3