Просмотр исходного кода

Merge branch 'master' into next

* master:

Conflicts:
	doc/UPDATES
Bryan Drewery 14 лет назад
Родитель
Сommit
6202c5e29c
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      doc/UPDATES

+ 8 - 8
doc/UPDATES

@@ -1,14 +1,6 @@
 next
 next
   * Bot will now jump from the server it's on if it is removed from the server list. (fixes a changing network bug)
   * Bot will now jump from the server it's on if it is removed from the server list. (fixes a changing network bug)
   * Properly honor exemptions when kicking matched RBL clients
   * Properly honor exemptions when kicking matched RBL clients
-  * 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
 
 
 1.4.0 - http://wraith.botpack.net/milestone/1.4.0
 1.4.0 - http://wraith.botpack.net/milestone/1.4.0
   * Updated server list, 'set -yes servers -' and 'set -yes servers6 -' to get new list.
   * Updated server list, 'set -yes servers -' and 'set -yes servers6 -' to get new list.
@@ -30,6 +22,14 @@ next
   * Add cmd_newhub for adding a new hub. All bots will add this to their config.
   * 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)
   * Hubs can now be overridden inside the botconfig (-C)
   * Optimize userfile writing by doing it asynchronously
   * 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.
+  * Improve output of 'bots' command by displaying and sorting nodename
 
 
 maint
 maint
   * Fix various compile warnings with newer GCC
   * Fix various compile warnings with newer GCC