aboutsummaryrefslogtreecommitdiffstats
path: root/modules/perl_plus/perl_plus_impl.c
blob: b53e6f52a4857c3a75f532cc43e0722d7253633d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <perl_plus_irssi.h>
#include <perl_plus_impl.h>
#include <perl_plus_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);

}