severity 36233 minor tags 36233 + patch quit "Jeff Johnson" writes: > Example, if the server sends: > "MODE #cchan +kl a:b :999" > > That is somehow parsed by rcirc as: > "MODE +kl a b :999" Yeah, it was using [^:]* to match the middle args. Patch below. I added a test for this case in the patch, although this could probably use some more testing to make sure I haven't broken other cases.