1
0
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:
stskeeps
2007-06-22 14:30:47 +00:00
parent 38c54cf5fb
commit 83384cef2a
4 changed files with 3 additions and 3 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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)
;;
Vendored
+1 -1
View File
@@ -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
-1
View File
@@ -59,7 +59,6 @@ class Velcro
std::map<std::string, void *> modules;
bool isModuleLoaded(const char *module);
bool isModuleLoading(const char *module);
};