erebot / ctcpresponder-module
Erebot module to respond to CTCP queries
0.2.1
2019-01-06 19:42 UTC
Requires
- php: >=7.0
- erebot/api: ^0.9.0
Requires (Dev)
- erebot/buildenv: ^1.5.0
- erebot/testenv: ^2.0.0
Suggests
- ext-posix: *
This package is not auto-updated.
Last update: 2024-11-03 03:33:40 UTC
README
Respond to CTCP messages This module receives CTCP requests and responds with CTCP responses. The response can be a default one (as implemented by this module) or a static text (based on configuration). You may also suppress the response entirely by setting the associated static text to "" (an empty string).