diff options
author | Tom Feist <shabble@metavore.org> | 2011-01-09 11:40:33 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-01-09 11:40:33 +0000 |
commit | 06fd33dafab7e5ce5e96ce5cf5cd8379116185ec (patch) | |
tree | 8cb92943c2955f010ef495f2054e274173970a90 /modules/test/test_core.h | |
parent | uberprompt: added /help prompt to mimic built-in help stuffs. (diff) | |
download | irssi-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.h')
-rw-r--r-- | modules/test/test_core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/test/test_core.h b/modules/test/test_core.h index 4119ffc..d0d594c 100644 --- a/modules/test/test_core.h +++ b/modules/test/test_core.h @@ -21,8 +21,6 @@ #ifndef GUARD_TEST_CORE_H #define GUARD_TEST_CORE_H 1 -#define MODULE_NAME "test" - void test_init(); void test_deinit(); |