diff options
Diffstat (limited to 'modules/test/test_impl.c')
-rw-r--r-- | modules/test/test_impl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/test/test_impl.c b/modules/test/test_impl.c new file mode 100644 index 0000000..b086aff --- /dev/null +++ b/modules/test/test_impl.c @@ -0,0 +1,11 @@ +#include <test_irssi.h> +#include <test_impl.h> +#include <test_core.h> + +void print_load_message(void) { + + printtext(NULL, NULL, MSGLEVEL_CLIENTERROR, + "Hello, World. xxx \"%s\"", MODULE_NAME); + +} + |