added flag +I (user not shown in staff list)
[srvx.git] / srvx.conf.example
index 2501d93a7b208a5e57aa612e8351ee310250d6c7..b900b6b6820937c238286a4736fea0b8e6c099b8 100644 (file)
             "uc_H" "800"; // .. and upper case H
             "S" "999";
             "b" "1";
+                       "I" "800";
         };
         // and for who can change epithets for staff
         "set_epithet_level" "800";
         "nodelete_level" "1";
         // how long before a new channel owner can give ownership away?
         "giveownership_timeout" "1w";
+        // message sent to new channels
+        "new_channel_unauthed_join" ""; //only sent if the user is unauthed
+        "new_channel_authed_join" ""; //only sent if the user is authed
+        "new_channel_message" ""; //always after the message above
+        
     };
 
     "global" {