Mention fixes to commands in the banlist.c cleanup.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@297 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Tim Cava
2013-07-31 05:40:44 +00:00
parent 92012cccd1
commit d68a196b8a

View File

@@ -1,5 +1,9 @@
[Changes 1.2c01]
* Fix listing bans on local channels (/BANS &channel). (flashback)
* Fix unbanning by number (/UNBAN #channel #number). (caf)
* Improve the list_channels() function. (caf)
* Use socklen_t instead of plain int where available. (flashback)