changeset 1021:9c22f6ca8b1f draft

[chat/anonet]
author d3v11 <d3v11@d3v11.ano>
date Sun, 07 Oct 2012 07:52:57 +0000
parents bace90f3f318
children 28432a3739a8
files db/udpmsg4_chat/anonet/@/.gitignore db/udpmsg4_chat/anonet/@/owner db/udpmsg4_chat/anonet/@/pubkey db/udpmsg4_chat/anonet/@/topic scripts/add_udpmsg4_chat
diffstat 5 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/db/udpmsg4_chat/anonet/@/.gitignore	Sun Oct 07 07:52:57 2012 +0000
@@ -0,0 +1,1 @@
+seckey
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/db/udpmsg4_chat/anonet/@/owner	Sun Oct 07 07:52:57 2012 +0000
@@ -0,0 +1,1 @@
+d3v11
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/db/udpmsg4_chat/anonet/@/pubkey	Sun Oct 07 07:52:57 2012 +0000
@@ -0,0 +1,1 @@
+599a7b6b31562bbc9d1705a180413969f9bbb64438cee8c6d8cfd67299518f30
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/db/udpmsg4_chat/anonet/@/topic	Sun Oct 07 07:52:57 2012 +0000
@@ -0,0 +1,1 @@
+AnoNet == internet without government || http://www.anonet2.org/
\ No newline at end of file
--- a/scripts/add_udpmsg4_chat	Sat Oct 06 22:06:10 2012 +0000
+++ b/scripts/add_udpmsg4_chat	Sun Oct 07 07:52:57 2012 +0000
@@ -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"