blob: b086aff455a9b806b7bf9488254fbfb47508291d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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);
}
|