diff options
author | Allan Nordhøy <epost@anotheragency.no> | 2021-01-09 00:47:37 +0000 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-01-30 21:06:14 +0100 |
commit | d6980c22d36167aa101991828030b50c8594e1ee (patch) | |
tree | 9340604c3d0c02e6ca64cfc3c77c4f24d223c3a2 / You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include "cpp_api/s_base.h" #include "modchannels.h" class ScriptApiModChannels : virtual public ScriptApiBase { public: void on_modchannel_message(const std::string &channel, const std::string &sender |