Implemented /script list

This commit is contained in:
James Booth
2015-10-17 22:30:01 +01:00
parent 0769fc6b1b
commit a35cbea732
7 changed files with 53 additions and 5 deletions

View File

@@ -35,4 +35,5 @@
#include <glib.h>
void scripts_init(void);
GSList* scripts_list(void);
gboolean scripts_exec(const char *const script);