diff options
Diffstat (limited to 'plugtest.c')
-rw-r--r-- | plugtest.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -4,6 +4,16 @@ #include "cmd.h" #include "tty.h" +/* Bare test plugin for powwow + * Author: Steve Slaven - http://hoopajoo.net + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + */ + void plugtest( char *arg ); cmdstruct mycommand = { NULL, NULL, "plugtest", plugtest, "test command" }; |