Răsfoiți Sursa

Update docs for roles

Bryan Drewery 8 ani în urmă
părinte
comite
f6ea72727c
1 a modificat fișierele cu 7 adăugiri și 8 ștergeri
  1. 7 8
      doc/UPDATES.md

+ 7 - 8
doc/UPDATES.md

@@ -1,13 +1,12 @@
-* Wraith now automatically assigns roles to bots for channels, no longer
-  requiring manually assigning them with flags +flry for flood, limit,
-  resolve, auto-voice, auto-op. These roles are decentralized and per-chan
-  such that net-splits and botnet-splits and multiple groups in 1 chan
-  will properly assign roles out to bots to not cause overlap. Only leaf
-  bots know which bots have which roles. (#39)
-* Add cmd_roles (leaf only) to display roles for a channel. (#39)
-
 # master
   * Require C++11 compiler support (G++ 4.7+, clang32+)
+  * Wraith now automatically assigns roles to bots for channels, no longer
+    requiring manually assigning them with flags +flry for flood, limit,
+    resolve, auto-voice, auto-op. These roles are decentralized and per-chan
+    such that net-splits and botnet-splits and multiple groups in 1 chan
+    will properly assign roles out to bots to not cause overlap. Only leaf
+    bots know which bots have which roles. (#39)
+  * Add cmd_roles (leaf only) to display roles for a channel. (#39)
 
 # maint
   * Fix various compile warnings