Move dll_commands and find_dll_command from commands.c to modules.c

Kind of where it belongs.
This commit is contained in:
Kevin Easton
2017-11-27 20:07:28 +11:00
parent 0ba25f02a5
commit a60937a8fd
3 changed files with 31 additions and 36 deletions

View File

@@ -87,7 +87,7 @@ extern CtcpEntryDll *dll_ctcp;
extern WindowDll *dll_window;
extern IrcVariableDll *dll_variable;
IrcCommandDll *find_dll_command(const char *, int *);
char *BX_get_dllstring_var(char *);
int BX_get_dllint_var(char *);
void BX_set_dllstring_var(char *, char *);