aboutsummaryrefslogtreecommitdiffstats
path: root/modules/test/test_impl.c
blob: 4192bfd6b0712d4e846e8e5abbaeccf390057aba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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);

}

void print_unload_message(void) {

    printtext(NULL, NULL, MSGLEVEL_CLIENTERROR,
              "Goodbye, Cruel World. ~signed \"%s\"", MODULE_NAME);

}