]> jfr.im git - solanum.git/blobdiff - modules/core/m_mode.c
Allow the final parameter of MLOCK to be empty, to remove an existing mlock
[solanum.git] / modules / core / m_mode.c
index 4be9ab12b62711f462f85a86e3af9a9d5bc2a14b..ac0208010e895d758a86d7cf9d1ab9d76665d943 100644 (file)
@@ -58,7 +58,7 @@ struct Message tmode_msgtab = {
 };
 struct Message mlock_msgtab = {
        "MLOCK", 0, 0, 0, MFLG_SLOW,
-       {mg_ignore, mg_ignore, {ms_mlock, 4}, {ms_mlock, 4}, mg_ignore, mg_ignore}
+       {mg_ignore, mg_ignore, {ms_mlock, 3}, {ms_mlock, 3}, mg_ignore, mg_ignore}
 };
 struct Message bmask_msgtab = {
        "BMASK", 0, 0, 0, MFLG_SLOW,