jhthorsen / mojo-irc

IRC Client for the Mojo IOLoop
14 stars 12 forks source link

Passthrough ctcpreply events from Parse::IRC #32

Closed Grinnz closed 2 years ago

Grinnz commented 2 years ago

Parse::IRC with ctcp => 1 will pass CTCP privmsgs as ctcp and CTCP notices as ctcpreply. Currently ctcp events are passed through but ctcpreply gets turned into ircctcpreply. ctcpreply should be handled the same way.

jhthorsen commented 2 years ago

Merge this when you feel like it @Grinnz.