]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add a method for getting the name of a MessageTarget.
authorSadie Powell <sadie@witchery.services>
Thu, 23 Jan 2020 17:16:17 +0000 (17:16 +0000)
committerSadie Powell <sadie@witchery.services>
Thu, 23 Jan 2020 17:22:25 +0000 (17:22 +0000)
commita697104a8c768228ce494967c11ff669d4aa3555
tree03069ff0ec2a9f96d489b3b973ea1983f65fb1ce
parentb7382a91384e6e9463ba85c6effec32f071dd4ca
Add a method for getting the name of a MessageTarget.

This fixes a minor bug in the filter module where the target would
be blank in messages when a server-targetted message matches a
filter.
include/message.h
src/modules/m_censor.cpp
src/modules/m_filter.cpp