Bryan Drewery 14 gadi atpakaļ
vecāks
revīzija
4437c50b30
1 mainītis faili ar 8 papildinājumiem un 7 dzēšanām
  1. 8 7
      doc/UPDATES

+ 8 - 7
doc/UPDATES

@@ -18,13 +18,14 @@
   * Add cmd_newhub for adding a new hub. All bots will add this to their config.
   * Hubs can now be overridden inside the botconfig (-C)
   * Optimize userfile writing by doing it asynchronously
-  * Add [bot]set var 'groups' to configure what groups bots are in
-  * Add chanset 'groups' to take a list of groups that should join. 'chanset #chan groups { main backup }'
-  * Added group support to 'botcmd': 'botcmd %group cmd'
-  * 'botjoin' and 'botpart' have been removed. Just use .+chan, .chanset, .botset to control groups.
-  * Add command 'groups' to list all groups and which bots are in them.
-  * Command 'channels' now accepts a '%group' param to show which channels a group are in.
-  * Add '%group' support to 'bots' command.
+  * Groups support added. See: http://wraith.botpack.net/wiki/Groups
+    * Add [bot]set var 'groups' to configure what groups bots are in
+    * Add chanset 'groups' to take a list of groups that should join. 'chanset #chan groups { main backup }'
+    * Added group support to 'botcmd': 'botcmd %group cmd'
+    * 'botjoin' and 'botpart' have been removed. Just use .+chan, .chanset, .botset to control groups.
+    * Add command 'groups' to list all groups and which bots are in them.
+    * Command 'channels' now accepts a '%group' param to show which channels a group are in.
+    * Add '%group' support to 'bots' command.
   * Improve output of 'bots' command by displaying and sorting nodename
 
 maint