From cb306c894764e1fc43039d7da67a1971fb216f7d Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sun, 27 Sep 2009 12:48:25 +0000 Subject: [PATCH] Changelog entry for /hostname fix. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@76 13b04d17-f746-0410-82c6-800466cd88b0 --- Changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog b/Changelog index f4eba60..3452863 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ [Changes 1.2c01] +* Improve argument-handling in /hostname command - now supports doing + /hostname 2 to switch to second vhost. + * Change the display of server stats so that the averages (eg. users per channel) are correctly rounded. (caf)