From 5946b6aeccd9dcdf4aca616225403c0a4019e03c Mon Sep 17 00:00:00 2001 From: Saorn Date: Wed, 7 Feb 2018 16:12:15 -0500 Subject: [PATCH 1/2] Made /help an actual place Now people can just go to chew.chat/help instead of chew.chat/help/(topic) --- info/help.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 info/help.md diff --git a/info/help.md b/info/help.md new file mode 100644 index 0000000..d4f2d35 --- /dev/null +++ b/info/help.md @@ -0,0 +1,4 @@ + # Network Guides and Help + +- [Registering with NickServ](help/registernickserv) +- [Getting a Hostmask](help/customhostmask) From e6c2cd9ec7f7f331fc24085ee109069edcd6912f Mon Sep 17 00:00:00 2001 From: Saorn Date: Wed, 7 Feb 2018 16:21:03 -0500 Subject: [PATCH 2/2] Whoops! Fixed the file location. --- info/help.md => help.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename info/help.md => help.md (100%) diff --git a/info/help.md b/help.md similarity index 100% rename from info/help.md rename to help.md