From b42cce73634d8c2f6dd7c74ce932f0a83a8d68bf Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 1 Jan 2007 22:08:15 +0000 Subject: [PATCH] Give guest accounts the 'C' (chat) restriction by default, too open to abuse. --- exec/makeguest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/makeguest.js b/exec/makeguest.js index f7fd70bc6a..d5f04fb14d 100644 --- a/exec/makeguest.js +++ b/exec/makeguest.js @@ -32,6 +32,7 @@ guest.security.restrictions|=UFLAG_P; // can't post guest.security.restrictions|=UFLAG_M; // can't post on networked subs (redundant) guest.security.restrictions|=UFLAG_W; // can't write to the auto-message guest.security.restrictions|=UFLAG_R; // can't remove files +guest.security.restrictions|=UFLAG_C; // can't chat guest.security.exemptions|=UFLAG_G; // multiple simultaneous logins guest.security.exemptions|=UFLAG_L; // unlimited logons per day guest.security.exemptions|=UFLAG_T; // unlimited time online -- GitLab