tjbh/lice

sc -f fails when ctog q is enabled.

Closed this issue · 4 comments

You can't force a refreshed list of names if you've got CTOG Q set.
The ignore must cause the command to fail.

tjbh commented

I probably broke this.

It's fine though - I'll just modify /SC so that when it takes the -F path, it checks to see if /CTOG Q is enabled and if so, removes the ignore that causes it to be be blocked, runs the NAMES command, then re-adds the IGNORE.

tjbh commented

ON ^353 * {
IF (iscset(Q $hash_32bit($2))) {RETURN};

From lice.irc

tjbh commented

Fixed.