Allow KICK to handle comma-delimited lists (of channels, nicks).

includes test cases.

[fw@strlen.de:
	- move code around to avoid duplication
	- use const where possible
	- integrate test case]
This commit is contained in:
Bryan Caldwell
2008-05-05 16:12:41 +02:00
committed by Florian Westphal
parent 3283d275ba
commit 3d8eda9c86
4 changed files with 204 additions and 18 deletions
+2
View File
@@ -12,6 +12,8 @@
ngIRCd-dev
- Fixed Bug 75: KICK now handles comma-delimited lists.
(Brandon Beresini, Bryan Caldwell)
- Fixed Bug 83: ngIRCd chokes on 1-character messages.
- Add support for modeless channels ("+channels").
(Bryan Caldwell, Ali Shemiran)