From 53a8600718d9838236bed6e1e774ebf4f07919ce Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 18 Nov 2020 10:48:04 -0500 Subject: [PATCH] add note about registering in #meta --- motd/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/motd/index.php b/motd/index.php index aab55b7..5ff561c 100644 --- a/motd/index.php +++ b/motd/index.php @@ -19,8 +19,9 @@ foreach ($members as $member) { } echo "\n"; -echo "the main lobby channel is #meta. check /list for the other channels\n"; -echo "check out https://tilde.chat/stats/ for more channel info\n"; +echo "the main lobby channel is #meta. you must log in with nickserv to speak there.\n"; +echo "to get registered, run /quote ns help register\n"; +echo "check out https://tilde.chat/stats/ or run /list to find other channels\n"; echo "/join #helpdesk if you need assistance\n"; echo "\n";