diff --git a/Changes b/Changes index b79932755..fc6432ccc 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/autoconf/configure.in b/autoconf/configure.in index 549c161dd..3399875ba 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -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) ;; diff --git a/configure b/configure index 551109b36..ff2a9d3f8 100755 --- a/configure +++ b/configure @@ -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 diff --git a/u4modules/Velcro.module b/u4modules/Velcro.module index aad09c9af..56b55e7d4 100644 --- a/u4modules/Velcro.module +++ b/u4modules/Velcro.module @@ -59,7 +59,6 @@ class Velcro std::map modules; bool isModuleLoaded(const char *module); bool isModuleLoading(const char *module); - };