config_query WEECHAT_DEVEL "Build development version?" n
if [ "$WEECHAT_DEVEL" == "y" ]; then
  config_query  WEECHAT_DEVEL_AUTOUPDATE   \
                "Update to the latest devel automatically on every cast?"  n
  config_query DEV_DEBUG "Enable debug messages?" n
  if [ "$DEV_DEBUG" == "y" ]; then config_query DEV_DEBUG_FULL "Print debug messages to the window?" n; fi
fi
