diff options
author | d3v11 <d3v11@d3v11.ano> | 2012-10-07 07:52:57 +0000 |
---|---|---|
committer | d3v11 <d3v11@d3v11.ano> | 2012-10-07 07:52:57 +0000 |
commit | 814e54024c31980c08ec5bdce73881347cf7986d (patch) | |
tree | d10cbfeb676e2d6e69e57f3dda8fa7e01ac567fb | |
parent | 2dd865a6462d8e9a33f7529fda4dc87227d67256 (diff) | |
download | resdb-814e54024c31980c08ec5bdce73881347cf7986d.tar.gz resdb-814e54024c31980c08ec5bdce73881347cf7986d.zip |
[chat/anonet]
-rw-r--r-- | db/udpmsg4_chat/anonet/@/.gitignore | 1 | ||||
-rw-r--r-- | db/udpmsg4_chat/anonet/@/owner | 1 | ||||
-rw-r--r-- | db/udpmsg4_chat/anonet/@/pubkey | 1 | ||||
-rw-r--r-- | db/udpmsg4_chat/anonet/@/topic | 1 | ||||
-rwxr-xr-x | scripts/add_udpmsg4_chat | 2 |
5 files changed, 5 insertions, 1 deletions
diff --git a/db/udpmsg4_chat/anonet/@/.gitignore b/db/udpmsg4_chat/anonet/@/.gitignore new file mode 100644 index 0000000..bf6fe52 --- /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 0000000..2052763 --- /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 0000000..38bc686 --- /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 0000000..989a0d6 --- /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 index 594e20f..5f171ff 100755 --- 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 <chat> <owner> <pubkey> <seckey> <topic>" >&2; exit 255 fi chat="$1" |