aboutsummaryrefslogtreecommitdiffstats
path: root/utils/convert_gnomeicu.txt
diff options
context:
space:
mode:
Diffstat (limited to 'utils/convert_gnomeicu.txt')
-rw-r--r--utils/convert_gnomeicu.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/convert_gnomeicu.txt b/utils/convert_gnomeicu.txt
new file mode 100644
index 00000000..e2bd1377
--- /dev/null
+++ b/utils/convert_gnomeicu.txt
@@ -0,0 +1,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.