]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/opers.conf.example
m_spanningtree Fix clang warning and wrong operator in if
[user/henk/code/inspircd.git] / docs / conf / opers.conf.example
index 6cd00a409dd9cdf8e59a9cad995f13182bcc296c..b39c73e43af024115aa6d72e7e8d5729ac96aa13 100644 (file)
@@ -24,6 +24,7 @@
      #   - servers/auspex: allows opers with this priv to see more detail about server information than normal users.
      # ACTIONS:
      #   - users/mass-message: allows opers with this priv to PRIVMSG and NOTICE to a server mask (e.g. NOTICE $*)
+     #   - users/samode-usermodes: allows opers with this priv to change the user modes of any other user using /SAMODE
      #   - channels/high-join-limit: allows opers with this priv to join <channels:opers> total channels instead of <channels:users> total channels.
      # PERMISSIONS:
      #   - users/flood/no-throttle: allows opers with this priv to send commands without being throttled (*NOTE)
@@ -53,8 +54,6 @@
 
 <type
     # name: Name of type. Used in actual olines below.
-    # Cannot contain spaces. If you would like a space, use
-    # the _ character instead and it will translate to a space on whois.
     name="NetAdmin"
 
     # classes: classes (above blocks) that this type belongs to.