Improve the list_channels() function so that it behaves correctly when

connected to multiple servers.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@285 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-07-14 14:01:20 +00:00
parent 7d9ffbe792
commit 9378704c39
2 changed files with 25 additions and 23 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Improve the list_channels() function. (caf)
* Use socklen_t instead of plain int where available. (flashback)
* Use <termios.h> in preference to <sys/termios.h> where it's available. (caf)