mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 17:14:46 +02:00
- Fixed typo in new module build switch
This commit is contained in:
@@ -1821,3 +1821,4 @@ MOTDs
|
||||
(*func)(aClient*, aClient*, int, char**, char *sentcmd), unsigned char
|
||||
params, int flags), which will add a command that gets the command that
|
||||
the user sent along in "sentcmd".
|
||||
- Fixed typo in new module build switch
|
||||
|
||||
@@ -396,7 +396,7 @@ AC_ARG_WITH(disable-extendedban-stacking, [AC_HELP_STRING([--with-disable-extend
|
||||
MODULES_WHICH=commandsandmodules
|
||||
AC_MSG_CHECKING(for how much module building work we need to do)
|
||||
AC_ARG_WITH(moduleswhich,
|
||||
[ --with-moduleswhich=onlycommands|onlymodules|onlycommands What modules to build],
|
||||
[ --with-moduleswhich=onlycommands|onlymodules|commandsandmodules What modules to build],
|
||||
[ case "$withval" in
|
||||
yes|no)
|
||||
;;
|
||||
|
||||
@@ -884,7 +884,7 @@ Optional Packages:
|
||||
Require opers to invite themselves to +s/+p channels
|
||||
--with-disable-extendedban-stacking
|
||||
Disable extended ban stacking
|
||||
--with-moduleswhich=onlycommands|onlymodules|onlycommands What modules to build
|
||||
--with-moduleswhich=onlycommands|onlymodules|commandsandmodules What modules to build
|
||||
|
||||
Some influential environment variables:
|
||||
CC C compiler command
|
||||
|
||||
@@ -59,7 +59,6 @@ class Velcro
|
||||
std::map<std::string, void *> modules;
|
||||
bool isModuleLoaded(const char *module);
|
||||
bool isModuleLoading(const char *module);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user