]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - conf/inspircd.conf.example
Fix <disabled:umodes> interfering with /unloadmodule m_implementing_a_umode, aquanigh...
[user/henk/code/inspircd.git] / conf / inspircd.conf.example
index 3dc3028c3e234cbf20aa1f1457ac4957dff8f920..35c59588c1eadf56c7f02501b64ba8e1b195cf19 100644 (file)
          # modes: Usermodes that are set on users in this block on connect.
          # Enabling this option requires that the m_conn_umodes module be loaded.
          # This entry is highly recommended to use for/with IP Cloaking/masking.
-         #modes="+x">
+         modes="+x">
 
 <connect 
         # deny: Will not let people connect if they have specified host/IP.
           # channels.
           operspywhois="no"
 
+          # runasuser: If this is set, InspIRCd will attempt to setuid
+          # to run as this user- allows binding of ports under 1024.
+          # NOT SUPPORTED/NEEDED UNDER WIINDOWS.
+          #runasuser=""
+
+          # runasgroup: If this is set, InspIRCd will attempt to set group
+          # to run under this group, which allowsof ports under 1024
+          # NOT SUPPORTED/NEEDED UNDER WIINDOWS.
+          #runasgroup=""
+
           # userstats: /stats commands that users can run (oeprs can run all).
           userstats="Pu">