darkliquid / leader1

Go IRC Bot
MIT License
1 stars 0 forks source link

Does not respond correctly to CTCP PING requests #20

Open jgresty opened 10 years ago

jgresty commented 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.

darkliquid commented 10 years ago

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.