From 3002e2b81f799bc1aa7a4a7f100d24f6901c029c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 27 Oct 2018 03:17:43 -0400 Subject: [PATCH] add footer with site source link and add README --- README.md | 9 +++++++++ footer.php | 3 +++ index.php | 5 ++--- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..140f462 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# [tilde.chat](https://tilde.chat) + +this is the source for [tilde.chat](https://tilde.chat). + +if you have any fixes/updates that you need to make, feel free to open a PR. + +[wiki](https://tilde.chat/wiki/) updates are [part of this repo](wiki/) as well. + +stop by irc and say hi! diff --git a/footer.php b/footer.php index 596e085..3ef3d10 100644 --- a/footer.php +++ b/footer.php @@ -1,5 +1,8 @@

+ diff --git a/index.php b/index.php index 5696749..a4d46fa 100644 --- a/index.php +++ b/index.php @@ -44,7 +44,7 @@ $count--; } } - echo ", private channel: {$member->private_channel})  Description: \"{$member->description}\"

\n"; + echo ", channel: {$member->private_channel})  Description: \"{$member->description}\"

\n"; } ?> @@ -60,7 +60,7 @@ #projects ~ project ideas and discussions #shitposting ~ somewhere to put your bad memes #chaos ~ everyone's opped and anything goes -#town ~ private channel for tilde.town +#town ~ private channel for tilde.town (you can only join from ~town) #team ~ channel for tilde.team-specific stuff #tilderadio ~ official channel for tilderadio @@ -68,7 +68,6 @@ -

private channels are accessible only when connecting from the corresponding ircd node: eg. #team will only be accessible when you're connected to the tilde.team node, where #town and #your will disallow joining.


rules/guidelines