Open jgresty opened 10 years ago
When sending a CTCP PING request, the response is a NOTICE to the user that sent the request with the message: %!s(func() string=0x47ec00)
Where as it should be a CTCP NOTICE containing the same message as was sent in the request (as defined in the CTCP specification)
Other CTCP commands (such as VERSION and USERINFO) seem to be working fine.
I've got an idea what this is - i think it's likely a bug in the upstream IRC library. I'll take a look and submit a patch.
When sending a CTCP PING request, the response is a NOTICE to the user that sent the request with the message: %!s(func() string=0x47ec00)
Where as it should be a CTCP NOTICE containing the same message as was sent in the request (as defined in the CTCP specification)
Other CTCP commands (such as VERSION and USERINFO) seem to be working fine.