[IRCServices] chanserv akick
Sean Kelly
smkelly at zombie.org
Wed Jul 18 10:03:02 PDT 2001
On Tue, Jul 17, 2001 at 11:02:06PM -0700, Scott Grayban wrote:
> How about allowing chanserv akick to allow registered nicks to be banned instead of using a mask all the time?
Unless something has changed since 4.4.9...
if (ni) {
akick->is_nick = 1;
akick->u.ni = ni;
} else {
akick->is_nick = 0;
akick->u.mask = mask;
}
if (reason)
akick->reason = sstrdup(reason);
else
akick->reason = NULL;
The feature you request is already in existence.
--
Sean Kelly | PGP KeyID: 77042C7B
smkelly at zombie.org | http://www.zombie.org
For PGP key, send e-mail with subject "send pgp key"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : ../attachments/20010718/79c26164/attachment.pgp