repo: resdb action: commit revision: path_from: revision_from: 814e54024c31980c08ec5bdce73881347cf7986d: path_to: revision_to:
commit 814e54024c31980c08ec5bdce73881347cf7986d Author: d3v11Date: Sun Oct 7 07:52:57 2012 +0000 [chat/anonet] diff --git a/db/udpmsg4_chat/anonet/@/.gitignore b/db/udpmsg4_chat/anonet/@/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..bf6fe521845a12ec47a26f47de30a12013c172b9 --- /dev/null +++ b/db/udpmsg4_chat/anonet/@/.gitignore @@ -0,0 +1 @@ +seckey \ No newline at end of file diff --git a/db/udpmsg4_chat/anonet/@/owner b/db/udpmsg4_chat/anonet/@/owner new file mode 100644 index 0000000000000000000000000000000000000000..20527634ef5b133a0f96410f7d7cca1613598fe2 --- /dev/null +++ b/db/udpmsg4_chat/anonet/@/owner @@ -0,0 +1 @@ +d3v11 \ No newline at end of file diff --git a/db/udpmsg4_chat/anonet/@/pubkey b/db/udpmsg4_chat/anonet/@/pubkey new file mode 100644 index 0000000000000000000000000000000000000000..38bc686b5572f128bb26ad15c11cd74f30e90a78 --- /dev/null +++ b/db/udpmsg4_chat/anonet/@/pubkey @@ -0,0 +1 @@ +599a7b6b31562bbc9d1705a180413969f9bbb64438cee8c6d8cfd67299518f30 \ No newline at end of file diff --git a/db/udpmsg4_chat/anonet/@/topic b/db/udpmsg4_chat/anonet/@/topic new file mode 100644 index 0000000000000000000000000000000000000000..989a0d6f88e711226594ba72105d8fff29b71045 --- /dev/null +++ b/db/udpmsg4_chat/anonet/@/topic @@ -0,0 +1 @@ +AnoNet == internet without government || http://www.anonet2.org/ \ No newline at end of file diff --git a/scripts/add_udpmsg4_chat b/scripts/add_udpmsg4_chat
--- a/scripts/add_udpmsg4_chat +++ b/scripts/add_udpmsg4_chat @@ -1,5 +1,5 @@ #!/bin/sh -if [ -z $5 ]; then +if [ -z "$5" ]; then echo "Usage: $0" >&2; exit 255 fi chat="$1"
-----END OF PAGE-----