X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmessages%2Froomaccess;fp=citadel%2Fmessages%2Froomaccess;h=0b796a9e0b5058141fa2f21759204ff8fa919bf7;hp=0000000000000000000000000000000000000000;hb=54b54a07b29cd57a19728f468e19cf887cda3873;hpb=036849189b9efb2dad0665225153ed244142bd7d diff --git a/citadel/messages/roomaccess b/citadel/messages/roomaccess new file mode 100644 index 000000000..0b796a9e0 --- /dev/null +++ b/citadel/messages/roomaccess @@ -0,0 +1,17 @@ +Most rooms are public. Anyone on the system may get into a public room. +Private rooms may take several forms: + + Guess-name: to gain access to this type of room, a user need only know +the room's name. No hints are given by the system. + + Passworded: same as guess-name but the user must also know a password +to get access. + + Invitation-only: users may only gain access to this type of room if +an aide gives it to them. + + Once a user has access to a private room, it shows up on the known +rooms list and acts the same as any other room. Aides may kick users out +of any type of private room, and out of excludable rooms. + + Before making it private, think about it. Does it really NEED to be private?