ElementalAlchemist / txircd

Modular IRCd built using Twisted. Made to be extremely customizable.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Fix the missing prefix in the KICK message #130

Closed Heufneutje closed 8 years ago

Heufneutje commented 8 years ago

The KICK message currently does not have a prefix, so it gets assigned the default server prefix instead of the user/server that was actually the kicker.

ElementalAlchemist commented 8 years ago

Ha! Whoops.

This didn't get updated when I removed the sourceuser and sourceserver parameters from sendMessage. Instead of this fix, replace the part that sets the sourceuser and sourceserver keys of kwargs. Or just ask me to do it if you want.

Heufneutje commented 8 years ago

I'll get it.