aboutsummaryrefslogtreecommitdiffstats
path: root/modules/test/test_core.c
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-01-09 11:40:33 +0000
committerTom Feist <shabble@metavore.org>2011-01-09 11:40:33 +0000
commit06fd33dafab7e5ce5e96ce5cf5cd8379116185ec (patch)
tree8cb92943c2955f010ef495f2054e274173970a90 /modules/test/test_core.c
parentuberprompt: added /help prompt to mimic built-in help stuffs. (diff)
downloadirssi-scripts-06fd33dafab7e5ce5e96ce5cf5cd8379116185ec.tar.gz
irssi-scripts-06fd33dafab7e5ce5e96ce5cf5cd8379116185ec.zip
module/test: documented it a bit better, and add an unload message.
Diffstat (limited to 'modules/test/test_core.c')
-rw-r--r--modules/test/test_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/test/test_core.c b/modules/test/test_core.c
index 1b5d8c8..a61c0c4 100644
--- a/modules/test/test_core.c
+++ b/modules/test/test_core.c
@@ -30,4 +30,5 @@ void test_init() {
}
void test_deinit() {
+ print_unload_message();
}