on @*:join:#:{
mode # +k $calc($nick(#,0) + 1)
}

The above code would set the user limit to the number of users on the channel + 1 every time someone joined (pretty pointless, I know).