]> arthur.barton.de Git - ngircd-alex.git/commit
Allow KICK to handle comma-delimited lists (of channels, nicks).
authorBryan Caldwell <bcaldwel@ucsd.edu>
Mon, 5 May 2008 14:04:48 +0000 (16:04 +0200)
committerFlorian Westphal <fw@strlen.de>
Mon, 5 May 2008 14:12:41 +0000 (16:12 +0200)
commit3d8eda9c860cbcbf195fe2242c67dd57fe966b3e
treecd58617f7ed181cf719e866f7a51a3d66befcf75
parent3283d275ba26c470d131ce0b6f66ee54a00bfd1c
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]
ChangeLog
src/ngircd/irc-op.c
src/testsuite/Makefile.am
src/testsuite/kick-test.e [new file with mode: 0644]