aboutsummaryrefslogtreecommitdiffstats
path: root/utils/convert_gnomeicu.txt
blob: e2bd1377e60375f462babc742fd34fab1dfc1e8f (plain)
1
2
3
4
5
6
7
15:03:38        zoo| wilmer: watch this:
15:03:40        zoo| cat ~/.icq/contacts.xml | sed "s/<\/user>/\n/g" |
                     sed "s/^.*<uin>//g" | sed "s/<\/nick>//" | sed "s/ /_/g" |
                     sed "s/<\/uin><nick>/ 3 /g" | grep -v -e "^<"
15:04:23        zoo| it does output your gnomeicu nicks to stdout

Thanks to Claas Langbehn. Use this at your own risk, it's not tested by us.